-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
29 lines (27 loc) · 819 Bytes
/
home.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/home.css">
<title></title>
</head>
<body>
<div class="Header">
<h1>Home</h1>
</div>
<div class="home_body">
<p id="text"> I am from sunny Jupiter Florida. Our most well known landmark is the Jupiter Lighthouse.
<br> To learn more, please visit <a href="https://www.jupiterlighthouse.org/">their webiste </a> </p>
</div>
<div>
<img id="image" src="images/jup_lighthouse.jpeg" alt="Jupiter Lighthouse">
</div>
<div class="footer">
<ul>
<li><a href="main.html">Home</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</div>
</body>
</html>>