forked from joshlory/ddfarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wishlist.html
50 lines (46 loc) · 1.67 KB
/
wishlist.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
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>D-D Animal Sanctuary</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
<script type="text/javascript">
// <![CDATA[
// TODO:
// ]]>
</script>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if IE 6]>
<link rel="stylesheet" href"css/style-ie6.css" type="text/css" />
<![endif]-->
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>D-D Animal Sanctuary</h1>
</div>
<div id="toplinks">
</div>
<div id="menu">
<a href="index.html" title="Home">Home</a>
<a href="animals/index.html" title="Animals">Animals</a>
<a href="stories.html" title="Rescue stories">Rescue Stories</a>
<a href="wishlist.html" title="Wish list">Wish List</a>
<a href="about.html" title="About us">About Us</a>
</div>
<!--div id="intro">
Text
</div-->
<div id="content">
<h2>Wish List</h2>
<p>Wish list text goes here.</p>
</div>
<div id="footer">
<span class="copyright">© 2010 Coding for a Cause</span>
<a href="http://www.codingforacause.org/" title="Coding for a Cause" class="cfac-link">
Website Designed and Maintained by <img src="img/cfac-logo.png" style="border:0;"/>
</a>
</div>
</div>
</body>
</html>