-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (35 loc) · 1002 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css">
<script type="text/javascript" src="script.js"></script>
<link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
<title>gotdairyya</title>
</head>
<body>
<div id="header">
<div id="navbar">
<ul>
<li>Home</li>
<li>Contact</li>
<li>Things I Like</li>
</ul>
</div>
<h2>dairy-ya</h2>
</div>
<div id="center">
<img src="https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xpa1/v/t1.0-9/1382374_10200911345526194_1046161482_n.jpg?oh=5c60cc76fa0a398757562e4e23d70fa7&oe=5554BFDF&__gda__=1431904512_2a1775f53b41c39074306e47a3d10f16"/>
<p>My Little Pony</p>
</div>
<div id="right">
</div>
<div id="footer">
<div id="button">
<p>woof</p>
</div>
<div id="button">
<p>meow</p>
</div>
</div>
</body>
</html>