forked from maccman/aristo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (28 loc) · 972 Bytes
/
index.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
37
38
39
40
41
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Aristo</title>
<meta name="generator" content="TextMate http://macromates.com/">
<meta name="author" content="Alex MacCaw">
<link rel="stylesheet" href="css/aristo.css" type="text/css">
</head>
<body>
<div style="overflow: scroll; width: 300px; height: 300px">
<header>Header</header>
<input type="checkbox" />
<button>Test Button</button>
<button class="default">Test Default Button</button>
<button disabled="disabled">Test Disabled Button</button>
<input type="range" />
<input type="radio" name="use" value="rails" checked="checked" />
<input type="radio" name="use" value="java" />
<input type="text" placeholder="placeholder" />
<input type="search" placeholder="search" />
<div class="hud" style="margin-top:20px">
<button>Test</button>
</div>
<div style="width:500px;height:500px"></div>
</div>
</body>
</html>