-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (63 loc) · 1.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>This is my page</title>
<meta name="description" content="#[[$Description$]]#">
<!--<link rel="stylesheet" type="text/css" href="#[[$Style$]]#">-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="index_style.css">
</head>
<body>
<p>
<h1>🐾A tribute to my pup, Leon Phelps, The Ladies Man🐾</h1>
</p>
<p>
<ul>
<h3>Leon's Favorite Activities</h3>
<li>
<h4>Beach pup</h4>
<img class="beach" src="images/leonBeach.jpg">
<img class="beach" src="images/leonBeach2.jpg">
<img class="beach" src="images/leonBeach3.jpg">
</li>
<li>
<h4>Snow pup</h4>
<img class="snow" src="images/leonSnow.jpg">
<img class="snow" src="images/leonSnow2.jpg">
<img class="snow" src="images/leonSnow3.jpg">
</li>
<li>
<h4>Camping pup</h4>
<img class="camping" src="images/leonCamping.JPG">
<img class="camping" src="images/leonPaintedHills.jpg">
<img class="camping" src="images/leonSmithRock.jpg">
</ul>
</p>
<p>
<a href="https://www.instagram.com/tntterri615/">See more of #thebestdogever</a>
</p>
<p>
<table>
<tr>
<td>Favorite Food </td>
<td>Favorite Activities </td>
<td>Favorite Place to Visit </td>
</tr>
<tr>
<td>Marrow Bones </td>
<td>Belly Rubs, Watching TV </td>
<td>Oregon Coast </td>
</tr>
</table>
</p>
<p>
<h3></h3>
<section class="flexbox">
<div><img src="images/leonMarrowBone.jpg" alt="marrow and dog"></div>
<div><img class="tv" src="images/leonWatchingTv.jpg" alt="leon"></div>
<div><img src="images/leonBeach4.jpg"></div>
</section>
</p>
</body>
</html>