-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
40 lines (40 loc) · 1.12 KB
/
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
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="css/main.css" rel="stylesheet" type="text/css" />
<title>beng</title>
</head>
<body>
<!-- beng's world -->
<div class="somethingverse">
<!-- beng 1.0 -->
<div class="character">
<div class="little-dude">
<figure class="dude-body">
<span class="face">
<span class="eyes">
<span class="eye eye-left"></span>
<span class="eye eye-right"></span>
</span>
<span class="mouth"></span>
</span>
</figure>
<figure class="ears">
<span class="ear ear-left top"></span>
<span class="ear ear-left middle"></span>
<span class="ear ear-left bottom"></span>
<span class="ear ear-right top"></span>
<span class="ear ear-right middle"></span>
<span class="ear ear-right bottom"></span>
</figure>
<figure class="legs">
<span class="leg-left"></span>
<span class="leg-right"></span>
</figure>
</div>
<figure class="shadow"></figure>
</div>
</div>
</body>
</html>