-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (24 loc) · 802 Bytes
/
index.html
File metadata and controls
31 lines (24 loc) · 802 Bytes
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
<!DOCTYPE html>
<html lang="eng">
<head>
<meta charset="UTF-8">
<title>DOUG'S WEBSITE</title>
</head>
<body>
<h1>DOUG'S JUICY WEBSITE</h1>
<h2>Just trying to build something here</h2>
<h3>I'm sorry if you don't like it</h3>
<hr />
<h3>Doug's Movie Rankings</h3>
<p> <img src="./assets/images/mymovie.png" height="200" width="200" alt="My movie" />
<p><a href="./public/Doug'smovieranking.html">Click here for the greatest rankings of all time</a> </p>
</p>
<h3>Doug's Birthday Invite</h3>
<p><img src="./assets/images/mybirthday.png" height="200" width="200" alt="My birthday" />
</p>
<a href="./public/Dougsbirthdayinvite.html">Click for a Spicy Invite</a></p>
</body>
<hr />
<a href="./public/about.html">About</a>
<a href="./public/contact.html">Contact Me</a>
</html>