import { VirtualTextFile } from "$/apps/source"; import { Hr } from "../hr"; import { Link } from "../link"; export default { name: "Readme.txt", type: "text", content: ( <>
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;