diff options
Diffstat (limited to 'views/links.pug')
-rw-r--r-- | views/links.pug | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/views/links.pug b/views/links.pug new file mode 100644 index 0000000..62c923a --- /dev/null +++ b/views/links.pug @@ -0,0 +1,12 @@ +//- SPDX-License-Identifier: AGPL-3.0-only +extends layout + +block content + h2 links + + h3 my friends websites + ul + li: a(href="https://potatoxel.org/") potatoxel + li: a(href="https://pixificial.xyz/") pixificial + li: a(href="http://sofviic.com/") sofviic + li: a(href="https://bgfxc4.de/") bgfxc4 (warning: 10 lines of proprietary javascript) |