diff options
| author | darkuss <darkussdelta@gmail.com> | 2026-08-22 01:58:37 +0200 |
|---|---|---|
| committer | darkuss <darkussdelta@gmail.com> | 2026-08-22 01:58:37 +0200 |
| commit | 8f32fd58cafe677c07d9ed9fff84f6e255156d37 (patch) | |
| tree | a5de06ffb2c0a8b878c8a563ec8cee692efc98ac /src/desktop/files/about.tsx | |
| parent | 5ac62cc1a4d9a5f50ea26d5bc1afb0fbf95da23c (diff) | |
holy shit i'm finally done
Diffstat (limited to 'src/desktop/files/about.tsx')
| -rw-r--r-- | src/desktop/files/about.tsx | 33 |
1 files changed, 33 insertions, 0 deletions
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: <> +<h1>Netpunk</h1> + +<ol> + <h2> + Tracklist: + </h2> + <ol> + <li>Internet Exploder</li> + <li>Netpunk (feat. Kasane Teto)</li> + <li>Free Download</li> + <li>I am not a Robot</li> + <li>Content</li> + <li>Keygen</li> + <li>Base64</li> + <li>Readme (feat. Kasane Teto)</li> + <li>Symlink</li> + <li>Memory</li> + </ol> +</ol> + +<p>An album about borrowing software forever.</p> + +<p>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...</p> +</>, + height: "25em", + width: "50ch" +} as VirtualTextFile; |
