-
Notifications
You must be signed in to change notification settings - Fork 5
/
demo.html
32 lines (27 loc) · 1.26 KB
/
demo.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
30
31
32
<!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>
<h3>Demo Concerto Screen</h3>
<div style="width: 100%; height: 500px;">
<concerto-screen screen-id="1" base-url="test/testdata"></concerto-screen>
</div>
</body>
</html>