diff options
author | cel 🌸 <cel@blos.sm> | 2024-05-07 05:21:25 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-05-07 05:21:25 +0100 |
commit | baacd0288136b41507479bc40c29f4f69e1f688a (patch) | |
tree | 38f9023bbd118f11a9211aab656c859ae2904ce2 /index.html | |
download | bunblog-baacd0288136b41507479bc40c29f4f69e1f688a.tar.gz bunblog-baacd0288136b41507479bc40c29f4f69e1f688a.tar.bz2 bunblog-baacd0288136b41507479bc40c29f4f69e1f688a.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 |