diff options
author | metamuffin <metamuffin@yandex.com> | 2021-09-14 21:27:05 +0200 |
---|---|---|
committer | metamuffin <metamuffin@yandex.com> | 2021-09-14 21:27:05 +0200 |
commit | 91c06473f016386f0534a19e921772f7c53f3b8b (patch) | |
tree | 2ae58a1792a0e0fd0e382745d69ed2dfd2a52f04 | |
parent | 50c76a45f596afa6575eb5577ab06bb99cdadbce (diff) | |
download | metamuffin-website-91c06473f016386f0534a19e921772f7c53f3b8b.tar metamuffin-website-91c06473f016386f0534a19e921772f7c53f3b8b.tar.bz2 metamuffin-website-91c06473f016386f0534a19e921772f7c53f3b8b.tar.zst |
added friends websites
-rw-r--r-- | views/about.pug | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/views/about.pug b/views/about.pug index 210916f..a32a9b5 100644 --- a/views/about.pug +++ b/views/about.pug @@ -4,7 +4,13 @@ block content h2 about p hello. i am a muffin. i enjoy starting projects and never finishing them. i am also interested in the free software movement. i am *not* interested to use capitalization on this page. + h3 my friends websites + ul + li: a(href="https://potatoxel.org/") potatoxel + li: a(href="https://pixificial.xyz/") pixificial + li: a(href="https://bgfxc4.de/") bgfxc4 (warning: proprietary javascript) + h3 notes p | this webpage is optimized to be viewed with non-graphical browser. #[br] - | also styling is left as an exercise to the reader. #[br]
\ No newline at end of file + | also styling is left as an exercise to the reader. #[br] |