From 8f32fd58cafe677c07d9ed9fff84f6e255156d37 Mon Sep 17 00:00:00 2001 From: darkuss Date: Sat, 22 Aug 2026 01:58:37 +0200 Subject: holy shit i'm finally done --- src/desktop/files/about.tsx | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/desktop/files/about.tsx (limited to 'src/desktop/files/about.tsx') diff --git a/src/desktop/files/about.tsx b/src/desktop/files/about.tsx new file mode 100644 index 0000000..8c4ffc8 --- /dev/null +++ b/src/desktop/files/about.tsx @@ -0,0 +1,33 @@ +import { VirtualTextFile } from "$/apps/source"; + +export default { + name: "ABOUT.txt", + type: "text", + content: <> +

Netpunk

+ +
    +

    + Tracklist: +

    +
      +
    1. Internet Exploder
    2. +
    3. Netpunk (feat. Kasane Teto)
    4. +
    5. Free Download
    6. +
    7. I am not a Robot
    8. +
    9. Content
    10. +
    11. Keygen
    12. +
    13. Base64
    14. +
    15. Readme (feat. Kasane Teto)
    16. +
    17. Symlink
    18. +
    19. Memory
    20. +
    +
+ +

An album about borrowing software forever.

+ +

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" +} as VirtualTextFile; -- cgit v1.2.3