blob: 7d2840bc0d880dfb119fc0499295b0042c254c0f (
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>Welcome to 53hor.net</title>
<link rel="stylesheet" href="bulma.css">
</head>
<body>
<div>
<h2 class="title">Welcome to 53hor.net</h2>
<h2>Welcome!</h2>
<p><a href="posts/2019-03-30-post-1.html">First Post</a></p>
<p><a href="posts/why-the-53-sedan-is-so-cool-to-me.html">Why the '53 Sedan Is So Cool to Me</a></p>
</div>
</body>
</html>
|