-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsink.html
More file actions
53 lines (44 loc) · 1.18 KB
/
sink.html
File metadata and controls
53 lines (44 loc) · 1.18 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
46
47
48
49
50
51
52
53
<html>
<head>
<title>Aviators Kitchen Sink</title>
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
<link rel="stylesheet" href="build/aviators.css">
</head>
<body>
<div class="jumptron">
<div class="left">
<h1>Aviators Kitchen Sink</h1>
<h3>A demo of everything it has to offer</h3>
</div>
<div class="right">
<div class="button">GitHub</div>
</div>
</div>
<img src="Aviators-logo.png" alt="Aviators Logo">
<h1>Buttons</h1>
<div class="button">
Download
<div class="hint">Default</div>
</div>
<div class="release-button">
Download
<div class="hint">Release</div>
</div>
<div class="beta-button">
Download
<div class="hint">Beta</div>
</div>
<div class="normal-button">
Download
<div class="hint">Normal</div>
</div>
<div class="disabled-button">
Download
<div class="hint">Disabled</div>
</div>
<div class="bugged-button">
Download
<div class="hint">Bugged</div>
</div>
</body>
</html>