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/memory.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/desktop/files/memory.tsx (limited to 'src/desktop/files/memory.tsx') diff --git a/src/desktop/files/memory.tsx b/src/desktop/files/memory.tsx new file mode 100644 index 0000000..cdcbfa3 --- /dev/null +++ b/src/desktop/files/memory.tsx @@ -0,0 +1,19 @@ +import { VirtualTextFile } from "$/apps/source"; +import { Hr } from "../hr"; +import { Link } from "../link"; + +export default { + name: "Memory.txt", + type: "text", + content: ( + <> +

Memory

+

Reconstructing human music after the singularity

+

I have been learning guitar for a year now and finally felt comfortable enough with my skill level to make a full song using it! Heavily inspired by the music from kessoku band and Sunfaded.

+

Memory is expensive nowadays, so cherish it while you can.

+ + + ), + height: "70vh", + width: "70vw", +} as VirtualTextFile; -- cgit v1.2.3