From 19e251bbdc028c53c23004197cf66d93f196d601 Mon Sep 17 00:00:00 2001 From: darkuss Date: Sat, 22 Aug 2026 22:03:34 +0200 Subject: update --- src/desktop/files/about.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/desktop/files/about.tsx') diff --git a/src/desktop/files/about.tsx b/src/desktop/files/about.tsx index 8c4ffc8..af26a2b 100644 --- a/src/desktop/files/about.tsx +++ b/src/desktop/files/about.tsx @@ -1,11 +1,16 @@ import { VirtualTextFile } from "$/apps/source"; +import { Link } from "../link"; export default { name: "ABOUT.txt", type: "text", content: <> +
+

this is a little fan website that i was inspired to make after i first saw netpunk's cover and thought "how would the promo website for this look like if it existed?".

+

hopefully, my suffering with preact was all worth it in the end and you'll enjoy it. have fun!

+
+

darkuss

Netpunk

-

    Tracklist: @@ -28,6 +33,6 @@ export default {

    A clumsy robot forgets about their girlfriend's anniversary, scrambling to find something to do for the date, eventually concluding they should watch a movie. Of course the movie is in high demand, so the tickets have sold out. Ultimately they resort to piracy, and things spiral out of control...

    , - height: "25em", - width: "50ch" + height: "70vh", + width: "40vw" } as VirtualTextFile; -- cgit v1.2.3