forked from Bijesse/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
·33 lines (30 loc) · 854 Bytes
/
potatohead.html
File metadata and controls
executable file
·33 lines (30 loc) · 854 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
32
33
<!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">
<img id="eyes_image" >
<img id="mouth_image" >
<img id="nose_image" >
<img id="eyebrows_image" >
<img id="glasses_image" >
<img id="hat_image" >
<img id="moustache_image" >
<img id="shoes_image" >
<img id="cane">
<img id="earrings">
<img id="hatflower">
<img id="boosters">
</div>
</body>
</html>