diff options
author | 2024-05-07 05:21:25 +0100 | |
---|---|---|
committer | 2024-05-07 05:21:25 +0100 | |
commit | c56582cb9d4d58b22d10aa083280bdb64966b355 (patch) | |
tree | 7f4109ef01f2ff24133ff38a98daced324d07c83 /index.html | |
download | bunblog-c56582cb9d4d58b22d10aa083280bdb64966b355.tar.gz bunblog-c56582cb9d4d58b22d10aa083280bdb64966b355.tar.bz2 bunblog-c56582cb9d4d58b22d10aa083280bdb64966b355.zip |
initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..a03ba6a --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ +--- +title: home +--- + +<div style="float: right; margin: 10px; width: 40%;"> + <img src="/images/cel.jpg" style="width: 100%;" /> + <p>when i computer</p> +</div> +<h2> + this is the dev?blog of celeste <span style="font-style: normal;">❀ (花春雷)</span></h2> +<p>welcome! everything to do with technology is banished to here.</p> +<p>email: username@domain | git: <a href="https://bunny.garden">bunny.garden</a></p> + +<h2>posts: <a class="small-badge" href="/feed.xml"><img class="small-badge" src="/images/atombadge.png" + alt="atom newsfeed"></a></h2> +$partial("templates/post-list.html")$
\ No newline at end of file |