-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfurry01.html
More file actions
22 lines (21 loc) · 758 Bytes
/
furry01.html
File metadata and controls
22 lines (21 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Furry Friends Campaign</title>
<link rel="stylesheet" type="text/css" href="ch01/end/styles/my_style.css">
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="js/furry.js"></script>
</head>
<body>
<!--<div id="showfriend">
<a href="#">
<h2>Our Furry Friends Need Your Help</h2>
<img src="ch01/end/images/furry_friend.jpg" alt="Our Furry Friend">
</a>
</div> -->
<div id="clickMe">Show Me the Furry Friend of the Day</div>
<div id="picframe">
<img id="pic01" src="ch01/end/images/furry_friend.jpg" alt="Our Furry Friend">
</div>
</body>
</html>