-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfun_facts.html~
27 lines (24 loc) · 875 Bytes
/
fun_facts.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
<!DOCTYPE html>
<html>
<head>
<title>Elder Trent Pomar</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
</head>
<body class="main_container">
<nav class="header">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="picture_log.html">Picture Log</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Me</a></li>
<li><a href="fun_facts.html">Fun Facts</a></li>
</ul>
</nav>
<div class="about_footer">
<p> https://github.com/sonofflynn89/cs260_creative_project1 </p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script text="type/javascript" src="/script.js"></script>
</body>
</html>