-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·47 lines (32 loc) · 1.08 KB
/
index.html
File metadata and controls
executable file
·47 lines (32 loc) · 1.08 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HAL 9000</title>
<link rel="shortcut icon" href="/assets/images/favicon.ico?v2" type="image/x-icon" />
<link rel="stylesheet" href="/assets/css/global.css" />
</head>
<body>
<div id="page" class="page">
<div class="hal">
<div class="wrapper">
<h1 class="hal-label"><span class="__name">HAL</span> <span class="__version">9000</span></h1>
<div class="hal-eye -circular">
<div class="__ring -circular"></div>
<div class="__oculus -circular">
<div class="__iris -circular -narrow"></div>
<div class="__iris -circular -wide"></div>
<div class="__highlight -alpha"></div>
<div class="__highlight -beta"></div>
<div class="__highlight -gamma"></div>
</div>
</div>
</div>
<div class="hal-speaker">
<div class="wrapper"></div>
</div>
</div>
</div>
</body>
</html>