blob: e80bac8d3bd7b9d4df8ce0f37f982d37607963f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Why the '53 Sedan Is So Cool to Me</title>
<link rel="stylesheet" href="bulma.css">
</head>
<body>
<div>
<h2 class="title">Why the '53 Sedan Is So Cool to Me</h2>
<h2>Blog!</h2>
<h4>First Post</h4>
<p><a href="posts/2019-03-30-post-1.html">First Post</a></p>
</div>
</body>
</html>
|