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

Symlink

+

⸜(。˃ ᵕ ˂ )⸝♡ ( ˶ˆᗜˆ˵ )ֶָ֢

+
+

A symbolic link, often shortened as symlink, is a special computer file that refers to another file or directory by storing a path to it. Kind of romantic…

+

I made this after watching Serial Experiments Lain, so it does have some Bôa - Duvet influences.

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