-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbruce.html
42 lines (36 loc) · 1.64 KB
/
bruce.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
<!DOCTYPE html>
<html>
<head>
<!-- head definitions go here -->
<title>Carter Moody's Website</title>
</head>
<body>
<h1 style="text-align:center">Happy Birthday Bruce Moody!</h1>
<h2 style="text-align:center">Love, Carter</h2>
<p style="text-align:center">I love you dad, thank you for being the greatest Dad ever!</p>
<p style="text-align:center">Enjoy your 56th birthday!</p>
<!-- Load and Center an Image -->
<img src="https://www.cartermoody.com/img/Bruce993(2).jpg"
style="width:200px;display:block;margin:0 auto"
alt="A picture balloons"
onclick="location.href='index.html'"> <!-- onclick sends back to main page -->
<br>
<!-- Load and Center an Image -->
<img src="https://www.cartermoody.com/img/Bruce993.jpg"
style="width:200px;display:block;margin:0 auto"
alt="A picture of 993"
onclick="location.href='index.html'"> <!-- onclick sends back to main page -->
<!-- Load and Center an Image -->
<img src="https://pictshare.net/7krcye.png"
style="width:200px;display:block;margin:0 auto"
alt="Another picture of 993"
onclick="location.href='index.html'"> <!-- onclick sends back to main page -->
<br>
<!-- Footer -->
<hr></hr> <!-- Horizontal Ruler -->
<h5 id="info" style="text-align:center">Site Information</h5>
<p style="text-align:center">Website owned and operated by Carter Moody.
<a href="https://www.cartermoody.com">Click here to home</a>
</p>
</body>
</html>