forked from charstarstars/Mr_Potato_Head
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpotatohead.html
More file actions
executable file
·34 lines (31 loc) · 1.23 KB
/
potatohead.html
File metadata and controls
executable file
·34 lines (31 loc) · 1.23 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
<!DOCTYPE html>
<!-- saved from url=(0077)http://www.webstepbook.com/supplements/labsection/lab8-potatohead/potato.html -->
<html>
<head>
<title>Mr. Potato Head</title>
<link href="potato.css" type="text/css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="script.js"></script>
</head>
<body>
<h1>Mr. Potato Head</h1>
<div id="potato">
<img id="body" src="assets/body.png">
<img id="arms_image" src="assets/arms.png">
<img id="ears_image" src="assets/ears.png">
<img id="eyes_image" src="assets/eyes.png">
<img id="mouth_image" src="assets/mouth.png">
<img id="nose_image"src="assets/nose.png">
<img id="eyebrows_image" src="assets/eyebrows.png">
<img id="glasses_image" src="assets/glasses.png" >
<img id="hat_image" src="assets/hat.png">
<img id="moustache_image" src="assets/moustache.png">
<img id="shoes_image" src="assets/shoes.png" >
<img id="cane">
<img id="earrings" img src="http://www.venusbymariatash.com/media/catalog/product/cache/1/small_image/376x490/c762bd6c9a23a6f92a77ee829195f957/C/E/CETIV65D_B_1.png">
<img id="hatflower">
<img id="boosters">
</div>
<a href="pages/arms.html">CLICK MEEEE (arms)</a>
</body>
</html>