diff options
Diffstat (limited to 'src/desktop/files/freeDownload.tsx')
| -rw-r--r-- | src/desktop/files/freeDownload.tsx | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/desktop/files/freeDownload.tsx b/src/desktop/files/freeDownload.tsx new file mode 100644 index 0000000..491c2fc --- /dev/null +++ b/src/desktop/files/freeDownload.tsx @@ -0,0 +1,30 @@ +import { VirtualTextFile } from "$/apps/source"; +import { Hr } from "../hr"; +import { Link } from "../link"; + +export default { + name: "Free Download.txt", + type: "text", + content: ( + <> + <h1>Free Download</h1> + <h3>100% working no virus</h3> + <Hr /> + <p> + This track is a reference to infamous YouTube tutorials from the 2010s about topics like how to get Minecraft for free. One of the most popular music tracks was{" "} + <Link link="https://youtu.be/TKfS5zVfGBc" type="link"> + 009 Sound System Dreamscape + </Link> + . + </p> + <Link link="https://www.youtube.com/embed/TKfS5zVfGBc" type="link" block /> + <p>I still love this track and listen to it occasionally.</p> + <p>A little while ago I found out about a genre called hypertrance. It’s a movement that expands on the origins of trance music, and I immediately fell in love with it. I wanted to try making the genre myself by combining Dreamscape with hypertrance. It was a lot of fun trying to make that overly grand, almost cheesy futuristic vibe the music portrayed.</p> + <Link link="https://www.youtube.com/embed/3sCu-zjVa5c" type="link" block /> + <Hr /> + <p>I was around 9 years old when I got my first laptop, and I remember being a little idiot trying to download Nintendo games for free, stuff like “free eShop gift card generator” and getting my whole computer infected with every kind of malware ever. Still funny to think about 13 years later!</p> + </> + ), + height: "70vh", + width: "70vw", +} as VirtualTextFile; |
