-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
21 lines (20 loc) · 844 Bytes
/
blog.html
File metadata and controls
21 lines (20 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Insomniac Time Traveling Bloggers</title>
<link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="container">
<div id="header">INSOMNIACS TIME TRAVELERS</div>
<div id="nav"><a href="index.html">HOME</a> <a href="about.html">ABOUT</a> <a href="blog.html">BLOG</a> <a href="form.html">FORM</a> <a href="boxes.html">BOXES</a></div>
<h1>Topics</h1>
<p>We are going to watch 12 Monkeys</p>
<div id="footer">see ya later (or earlier)</div>
</div>
</body>
</html>