12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <!DOCTYPE html>
- <!-- I don't give a fuck about what's proper HTML I love the small tag and I will live and die by it. Eat shit. -->
- <html><head>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
- <title>
- Cyberlife
- </title>
- <meta content="" name="description">
- <meta content="" name="keywords">
- <link href="Cyberlife.css" media="all" rel="stylesheet" type="text/css">
- <link rel="icon"
- type="image/x-icon"
- href="./images/favicon.ico">
- </head>
- <body>
- <div id="container">
- <div id="banner">
- </div>
- <div id="navigator">
- <nav>
- <a href="./index.html">Home</a>
- <a href="./essentials.html">Essentials</a>
- <a href="./cyberpunk_books.html">Books</a>
- <a href="./cyberpunk_movies.html">Movies</a>
- <a href="./cyberpunk_vidya.html">Games</a>
- <a href="./cyberpunk_anime.html">Anime</a>
- <a href="./cyberpunk_tv.html">TV</a>
- <a href="./cyberpunk_music.html">Music</a>
- <a href="./cyberpunk_philosophy.html">Philosophy</a>
- <b><a href="./braindump.html">Braindump</a></b>
- </nav>
- </div>
- <div id="main">
- <h2>
- Stories, rants, and other stuff.
- </h2>
- <i>Mostly fueled by late nights, regret, irritation, boredom, and dextroamphetamine. Like the rest of the site.</i>
- <br><br><br><br>
- I actually wrote a story tonight about my skiddie stupidity in high school, but decided that it was a little too personal and blog-ish, so I deleted it. sry guise.
- <br><br>
- However, recent changes to my workflow and server configuration mean that I'll be updating more frequently. Stay tuned.
- <br>
- <br><br>
- Webdev is for faggots. If you look at the page source, the whitespace is wonky as fuck. No, I do not care. It's not something I intend to become good at.
- <br><br><br><br>
- <a href="https://notabug.org/jyushimatsu/cyberpunk-life/raw/master/cy.7z">There are a bunch of cyberpunk-related images and shit here. Please download sparingly, I don't have tons of bandwidth. </a>
- <br><br>
- <p>Other downloads:</p>
- <a href="https://www.mediafire.com/folder/4m5hd2065hde8/Bibliothek#4m5hd2065hde8">Bibliothek Archives</a><br>
- <a href="https://mega.nz/folder/zGJT1QQQ#O-8yiH845GN26ajAvkoLkA">/sec/ Library</a><br>
- <a href="https://mega.nz/file/UCgEGAjb#rwNcnMAQCUUbSp8supsFvn9QEHCWUW86eLcZa16ZG4Y">Ham Radio Library</a>
- </div>
- </div>
- </body></html>
|