-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (24 loc) · 994 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, user-scalable=no, maximum-scale=1, minimum-scale=1">
<title>Day One Journal Entries</title>
<link rel="stylesheet" type="text/css" href="css/default.css" />
</head>
<body>
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger"></label>
<nav>
<h3>Journal Entries</h3>
<a href="https://dayone.me/1h9vziG" target="content"><small>February 08, 2014</small><br>Icelandia</a>
<a href="https://dayone.me/1hf6zUu" target="content"><small>December. 30, 2010</small><br>Arrived in Narita.</a>
<a href="https://dayone.me/1heQzr5" target="content"><small>March 11, 2011</small><br>Lunch with Tak & Friends.</a>
</nav>
<section>
<iframe id="content" name="content" src="https://dayone.me/1heQzr5" width="840" height="850">
<p>Your browser may not support iframes.</p>
</iframe>
<section>
</body>
</html>