-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 957 Bytes
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="dgs.css">
<title>Puppies</title>
</head>
<body>
<!-- Site navigation menu -->
<ul class="navbar">
<li><a href="index.html">Home page</a>
<li><a href="pups.html">Pups</a>
<li><a href="questionaire.html">Questionaire</a>
<li><a href="links.html">Links</a>
</ul>
<h1>DryGrass Spinoni </h1>
<h1>Home</h1>
<p> Welcome to the Dry Grass Spinoni web page. We hope that you enjoy the information about our wonderful dogs.</p>
<img src="DSC08024.JPG" width="320" height="240" />
<img src="DSC09110.JPG" width="320" height="240" />
<img src="DSC00027.JPG" width="320" height="240" />
<img src="Lime Zebra Boy1.JPG" width="320" height="240" />
</body>
</html>