-
Notifications
You must be signed in to change notification settings - Fork 5
/
screen.html
29 lines (24 loc) · 1.19 KB
/
screen.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>Concerto Frontend Demo</title>
<script src="bower_components/moment/min/moment.min.js"></script>
<script src="bower_components/moment-timezone/builds/moment-timezone-with-data.min.js"></script>
<script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<link rel="import" href="bower_components/polymer/polymer.html">
<link rel="import" href="bower_components/iron-ajax/iron-ajax.html">
<link rel="import" href="bower_components/neon-animation/neon-animation-runner-behavior.html">
<link rel="import" href="bower_components/neon-animation/neon-animations.html">
<link rel="import" href="concerto-behaviors.html">
<link rel="import" href="contents/concerto-ticker.html">
<link rel="import" href="contents/concerto-graphic.html">
<link rel="import" href="contents/concerto-htmltext.html">
<link rel="import" href="contents/concerto-client-time.html">
<link rel="import" href="contents/concerto-empty.html">
<link rel="import" href="concerto-field.html">
<link rel="import" href="concerto-screen.html">
</head>
<body>
<concerto-screen screen-id="<%= params[:id] %>" preview="<%= @preview %>"></concerto-screen>
</body>
</html>