-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaceweb.html
More file actions
31 lines (28 loc) · 937 Bytes
/
faceweb.html
File metadata and controls
31 lines (28 loc) · 937 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>face</title>
<link rel="stylesheet" href="faceweb.css">
<script src="faceweb.js"></script>
</head>
<body>
<section id="menu" >
<div id="right1" ><img src="11.png" height="291.5" width="509.5" ></div>
<div id="right2" ><img src="21.png" height="233" width="528"></div>
<div id="right3" ><img src="31.png" height="161" width="535"></div>
<div id="right4" ><img src="41.png" height="154.5" width="526"></div>
<div id="right5" ><img src="51.png" height="242.5" width="519.5"></div>
<div id="right6" ><img src="61.png" height="341" width="510"></div>
</section>
<div id="eyebak" >
<img src="eyebak3.png" height="108.9px" width="467.4px">
</div>
<div id="eyes" >
<img src="eyes4.png" height="79.52px" width="367.64px">
</div>
<div id="shell" >
<img src="shell3.png" height="1400px" width="1803.36px">
</div>
</body>
</html>