-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
38 lines (22 loc) · 1.41 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
33
34
35
36
<!doctype html>
<html>
<head>
<title>ASQ - ELements | Demo</title>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="./elements/kitchen-sink/kitchen-sink.html">
</head>
<body unresolved>
<kitchen-sink label="ASQ Elements">
<core-item label="asq-code" url="../asq-code/demo.html" horizontal center layout ></core-item>
<core-item label="asq-css-select" url="../asq-css-select/demo.html" horizontal center layout ></core-item>
<core-item label="asq-exercise" url="../asq-exercise/demo.html" horizontal center layout ></core-item>
<core-item label="asq-highlight" url="../asq-highlight/demo.html" horizontal center layout ></core-item>
<core-item label="asq-js-function-body" url="../asq-js-function-body/demo.html" horizontal center layout ></core-item>
<core-item label="asq-multi-choice" url="../asq-multi-choice/demo.html" horizontal center layout ></core-item>
<core-item label="asq-option" url="../asq-option/demo.html" horizontal center layout ></core-item>
<core-item label="asq-solution" url="../asq-solution/demo.html" horizontal center layout ></core-item>
<core-item label="asq-stem" url="../asq-stem/demo.html" horizontal center layout ></core-item>
<core-item label="asq-text-input" url="../asq-text-input/demo.html" horizontal center layout ></core-item>
</kitchen-sink>
</body>
</html>