diff options
Diffstat (limited to '_site/posts/2019-03-30-post-1.html')
-rw-r--r-- | _site/posts/2019-03-30-post-1.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/_site/posts/2019-03-30-post-1.html b/_site/posts/2019-03-30-post-1.html new file mode 100644 index 0000000..1dd280a --- /dev/null +++ b/_site/posts/2019-03-30-post-1.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>First Post</title> + <link rel="stylesheet" href="bulma.css"> + </head> + <body> + <div> + <h2 class="title">First Post</h2> + <h1>This is our first Post!</h1> +<p>Welcome to the first post ever on cobalt.rs!</p> + + </div> + </body> +</html> |