-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.03 KB
/
index.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
<DOCTYPE! html>
<html>
<head>
<title>Facts</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Andika|Cherry+Swash' rel='stylesheet' type='text/css'>
</head>
<body>
<div>
<div id="header">
<h1>Facts</h1>
</div>
<div id="searchBar">
Search: <input type="text">
</div>
<div id="menu">
animals<br>
plants<br>
sports<br>
automobile<br>
ghosts
</div>
<div id="sideBar">
<h2>SideBar</h2>
<h4>Fact of the Day</h4>
<h4>Today's Poll</h4>
</div>
<div id="facts">
A cat has 32 muscels in it's ear
</div>
<div id="bottomBar">
<h6>"data taken from"</h6>
</div>
</div>
</body>
</html>