diff options
Diffstat (limited to '_site/index.html')
-rw-r--r-- | _site/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..7d2840b --- /dev/null +++ b/_site/index.html @@ -0,0 +1,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> |