-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.html
More file actions
45 lines (45 loc) · 2.33 KB
/
demo.html
File metadata and controls
45 lines (45 loc) · 2.33 KB
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
37
38
39
40
41
42
43
44
45
<html>
<head>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/hero_flat.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/hero_flat.stylesheet' />
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/hero.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/hero.stylesheet'/>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/elixir.elements.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/elixir.elements.stylesheet'/>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/icons.old.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/icons.old.stylesheet'/>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/mediaquery.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/mediaquery.stylesheet'/>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/widthbase.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/widthbase.stylesheet'/>
<noscript><link rel='stylesheet' href='https://cdn.snowkel.us/acss/remotefork.stylesheet'/></noscript>
<link rel='stylesheet' href='https://cdn.snowkel.us/acss/remotefork.stylesheet'/>
<script defer="defer" src='https://cdn.snowkel.us/script/phpJS.script'></script>
<script defer="defer" src='https://cdn.snowkel.us/script/hashes.script'></script>
<title>
Demo Page
</title>
</head>
<body>
<div hero>
<code><a hero href='/'><span hero>Home</span></a></code>
<code><a hero href='/docs'><span hero>Docs</span></a></code>
<code><a hero href='/about'><span hero>About</span></a></code>
<code><a hero href='/demo'><span hero>Demo</span></a></code>
<hr/>
<code hero>
<div id='data'></div>
<button onClick='javascript:phpJS("#data","https://cdn.snowkel.us/demo/demo_mako");'>Demo</button>
</code>
</div>
<div footer>
<code footer>
<a footer>Developed by:</a>
<code margin> | </code>
<a footer-link href="https://www.twitter.com/binarymako">@binarymako</a>
<code margin> | </code>
<a remote="fork"></a>
</code>
</div>
</body>
</html>