blob: 62c923ae813daf6c857866178198d34de9186a87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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)
|