diff options
author | Martin Ashby <martin@ashbysoft.com> | 2022-10-15 22:36:52 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2022-10-15 22:36:52 +0100 |
commit | 297d38b69efaa54f5585b806e7934375d2df9765 (patch) | |
tree | 76c11158f1d6f2e2f2a8d948b6e6360e75884136 /index.html | |
download | blogsite2-297d38b69efaa54f5585b806e7934375d2df9765.tar.gz blogsite2-297d38b69efaa54f5585b806e7934375d2df9765.tar.bz2 blogsite2-297d38b69efaa54f5585b806e7934375d2df9765.tar.xz blogsite2-297d38b69efaa54f5585b806e7934375d2df9765.zip |
Initial commitmain
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..7ac5dd1 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ +<!doctype HTML> +<html> +<head> + {{ include "/include/head.html" }} +</head> +<body> + <nav> + <ol> + <li><a href="/">Home</a></li> + <li><a href="/content/1-hello-blog">Hello, Blog</a></li> + </ol> + </nav> + <h1>Blogsite</h1> + <p>Welcome to martin's next blogsite PoC</p> + <p>Read my <a href="/content/1-hello-blog">content</a></p> +</body> +</html>
\ No newline at end of file |