summaryrefslogtreecommitdiff
path: root/src/desktop/files/symlink.tsx
blob: d697c28007289462b3434906d7e1cb4535e188ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { VirtualTextFile } from "$/apps/source";
import { Hr } from "../hr";
import { Link } from "../link";

export default {
    name: "Symlink.txt",
    type: "text",
    content: (
        <>
        <h1>Symlink</h1>
<h3>(。˃  ˂ )⸝♡ ( ˶ˆᗜˆ˵ )ֶָ֢</h3>
<Hr />
<p>A <Link link="https://en.wikipedia.org/wiki/Symbolic_link" type="link">symbolic link</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</p>
<p>I made this after watching <Link link="https://en.wikipedia.org/wiki/Serial_Experiments_Lain" type="link">Serial Experiments Lain</Link>, so it does have some <Link link="https://youtube/embed/Uoox9fpmDP0" type="link">Bôa - Duvet</Link> influences.</p>
        </>
    ),
    height: "70vh",
    width: "70vw",
} as VirtualTextFile;