-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
executable file
·102 lines (102 loc) · 3.44 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>Puppy Website Template</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="header">
<div>
<a href="index.html" class="logo">PugSureWoi</a>
<ul>
<li class="current">
<a class="home" href="index.html">Home</a>
</li>
<li>
<a class="about" href="about.html">About</a>
</li>
<li>
<a class="blog" href="blog.html">Blog</a>
</li>
<li>
<a class="services" href="services.html">Services</a>
</li>
</ul>
</div>
</div>
<div id="body">
<div id="background">
<div>
<div>
<div>
<h1>“Julian”.</h1>
<p>
This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi
</p>
</div>
</div>
</div>
</div>
<div id="section">
<ul>
<li>
<a href="blog.html"><img src="images/dog2.jpg" alt="Image"></a>
<div>
<p>
This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud
</p>
<a href="blog.html" class="readmore">Read more >></a>
</div>
</li>
<li>
<a href="blog.html"><img src="images/dog2.jpg" alt="Image"></a>
<div>
<p>
This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud
</p>
<a href="blog.html" class="readmore">Read more >></a>
</div>
</li>
<li>
<a href="blog.html"><img src="images/dog2.jpg" alt="Image"></a>
<div>
<p>
This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud
</p>
<a href="blog.html" class="readmore">Read more >></a>
</div>
</li>
</ul>
</div>
</div>
<div id="footer">
<div class="logo">
<a href="index.html"><img src="images/logo.jpg" alt="Logo"></a>
</div>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="services.html">Services</a>
</li>
</ul>
<p>
© Copyright © 2019. Company name all rights reserved
</p>
<div id="connect">
<a href="http://freewebsitetemplates.com/go/facebook/" target="_blank" id="facebook">Facebook</a>
<a href="http://freewebsitetemplates.com/go/twitter/" target="_blank" id="twitter">Twitter</a>
<a href="http://freewebsitetemplates.com/go/googleplus/" target="_blank" id="googleplus">Google+</a>
</div>
</div>
</body>
</html>