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

Readme

+

Save me, don't replace me

+
+

+ A{" "} + + README + {" "} + is a text document that contains information about the content of the directory it’s located in. It typically contains instructions on how to use or install a program. If you ever need to know what a program does, the readme file shall explain. +

+ {/* prettier-ignore */} +
                                      ░██{"\n"}
+{"                                      "}░██{"\n"}
+░██░████  ░███████   ░██████    ░████████ ░█████████████   ░███████{"\n"}
+░███     ░██    ░██       ░██  ░██    ░██ ░██   ░██   ░██ ░██    ░██{"\n"}
+░██      ░█████████  ░███████  ░██    ░██ ░██   ░██   ░██ ░█████████{"\n"}
+░██      ░██        ░██   ░██  ░██   ░███ ░██   ░██   ░██ ░██{"\n"}
+░██       ░███████   ░█████░██  ░█████░██ ░██   ░██   ░██  ░███████{"\n"}
+
+
+

+ Lyrics written by Sunnexo and retraceyoursteps, performed by{" "} + + Kasane Teto SV + +

+

Readme

+

Save me

+

Don't replace me

+

Open secret

+

Can you keep it

+

And yet I

+

Can just

+

Always

+

Show you

+

My file system

+

Read and

+

List them

+
+

(♫)

+
+

Readme

+

Save me

+

Don't replace me

+

Open secret

+

Can you keep it

+

And yet I

+

Can just

+

Always

+

Show you

+

My file system

+

Read and

+

List them

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