-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththinking.html
More file actions
27 lines (24 loc) · 729 Bytes
/
thinking.html
File metadata and controls
27 lines (24 loc) · 729 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>THINKING</title>
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/base.css" rel="stylesheet" type="text/css">
<link href="/shared.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<h1><a href="/">i'm sarah</a></h1>
</header>
</div>
</div>
<div id="main" role="main" class="container">
<div>Here are some things I am thinking about these days.</div>
<div>tbd</div>
</div>
</body>
</html>