blob: 2289abb7f5691ebee07ea7a11209e691408a92dd (
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 (who uses 10 lines of proprietary javascript on their page. :scream:)
|