-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththoughts.html
More file actions
25 lines (25 loc) · 814 Bytes
/
thoughts.html
File metadata and controls
25 lines (25 loc) · 814 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>James Conant</title>
<meta content='James Conant' name='author'>
<link href='css/normalize.min.css' rel='stylesheet'>
<link href='css/styles.css?v=5ba807ed03cac9f6a5ed2b8da67848b85e1b0e1102ec7241d7da3ab0cc804048' rel='stylesheet'>
<meta content='MaUY60IRvED5kUflQsIpO6wwhbXLx9G-SJd9btB1akg' name='google-site-verification'>
</head>
<body>
<div class='menu-item'>
<div class='page-title' href='#' onclick='return false;'>
THOUGHTS
</div>
</div>
<div class='post'>
<h2>The Title Of Some Blog Post</h2>
<h4>And A Subtitle</h4>
<p>Some text for an article.</p>
<p>Some text for an article.</p>
<p>Some text for an article.</p>
</div>
</body>
</html>