-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinteresting-facts.html
65 lines (58 loc) · 1.98 KB
/
interesting-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
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>
<!--
Strongly Typed 1.1 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Strongly Typed by HTML5 UP</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=1040" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/config.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<noscript>
<link rel="stylesheet" href="css/style.css" />
</noscript>
</head>
<body class="homepage">
<!-- Header Wrapper -->
<div id="header-wrapper">
<!-- Header -->
<div id="header" class="container">
<!-- Logo -->
<h1 id="logo"><a href="#"><img src="img/starfish.png" /></a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a class="fa fa-home" href="index.html"><span>Home Page</span></a></li>
<li class="active">
<a href="/interesting-facts.html" class="fa fa-bar-chart-o"><span>Interesting Facts</span></a>
</li>
<li>
<a href="/diet-information.html" class="fa fa-bar-chart-o"><span>Diet Information</span></a>
</li>
<li>
<a href="/animal-behavior.html" class="fa fa-bar-chart-o"><span>Animal Behavior</span></a>
</li>
</ul>
</nav>
</div>
</div>
<div id="features-wrapper">
<h1>Interesting facts</h1>
<img src="/img/interesting-facts.jpg">
<ul>
<li>Starfish are no fish</li>
<li>Some starfish have 40 arms</li>
<li>Starfish have an eye on each arm</li>
</ul>
</div>
</body>