forked from chrisclear22/threedays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
source.html
34 lines (31 loc) · 1.33 KB
/
source.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Three Days Grace</title>
<meta name="description" content="Three Days Grace Discography">
<meta name="author" content="Christopher Clear">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps%20Nobile|UnifrakturMaguntia' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<!--BODY-->
<body class="cf">
<div id="wrapper">
<header><a href="index.html">Resources</a></header>
<ul>
<li><a href="http://www.fanpop.com">Fanpop.com</a></li>
<li><a href="http://www.musicnewsnashville.com">Musicnewsnashvilee.com</a></li>
<li><a href="http://www.peoples.ru">Peoples</a></li>
<li><a href="http://pt.wikipedia.org/wiki/Matt_Walst">Wikipedia.org</a></li>
<li><a href="http://www.google.com">Google.com</a></li>
<li><a href="http://www.billboard.com/artist/419567/three-days-grace/biography">Billboard.com</a></li>
<li><a href="http://www.sodahead.com">Sodahead.com</a></li>
</ul>
<footer class="cf">
<a href="http://twitter.com/chrisclear22"><img src="images/tweet.png" alt="twitter" class="tweet"></a>© <a href="source.html">Christopher Clear 2014 For Educational Purposes</a><br>
</footer>
</div>
</body>
<!--END BODY-->
</html>