forked from riolubruh/riolubruh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9112cba
Showing
29 changed files
with
3,529 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>404 Not Found</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="viewport" content="height=device-height"> | ||
<style> | ||
html{ | ||
color: black; | ||
background-color: black; | ||
overflow: hidden !important; | ||
} | ||
img{ | ||
background-color: black; | ||
height: 100vh; | ||
max-height: 100vh; | ||
max-width: 100vw; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<center> | ||
<img src="404.jpg"> | ||
</center> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Downloads</title> | ||
<link href="style.css" rel="stylesheet" type="text/css" /> | ||
<link rel="preload" as="image" href="bg serious.jpg"> | ||
<link rel="prefetch" as="document" href="/index.html"> | ||
</head> | ||
<body> | ||
<div class="back"> | ||
<a href="/misc.html">Back</a> | ||
</div> | ||
<h1>Downloads</h1> | ||
<div class="links2"> | ||
<a href='/download/!Retroarch.zip'>Retroarch (JS)</a> | ||
<br> | ||
<a href='/download/RomPatcher.js-2.4.zip'>RomPatcher.js</a> | ||
<br> | ||
<a href='https://www.mediafire.com/file/559dfh89uboskr9/Minecraft+1.5.2+Portable+Extreme+Conditions+Edition.zip/file' target="_blank" rel="noopener noreferrer">Minecraft 1.5.2 Portable (Windows)</a> | ||
<div class="mirrors"><a target="_blank" href='https://womginx.riolubruh.repl.co/main/www.mediafire.com/file/559dfh89uboskr9/Minecraft+1.5.2+Portable+Extreme+Conditions+Edition.zip/file' rel="noopener noreferrer">Proxied Download Link</a></div> | ||
<br> | ||
<a download="Offline_Download_Version.html" href="/download/Offline_Download_Version.html">Minecraft 1.5.2 (Eaglercraft) (Javascript) (Portable)</a> | ||
<br> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html style="min-height: 100%;" onclick="load()"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="viewport" content="height=device-height"> | ||
<title>Easter Egg 2!</title> | ||
<link rel="shortcut icon" type="image/jpg" href="/bingus.png"/> | ||
<link rel="preload" as="audio" href="/ee2.mp3"> | ||
<link rel="preload" as="image" href="/Lelemaoshe-676.gif"> | ||
<style> | ||
body { | ||
background-color: black; | ||
color: white; | ||
} | ||
</style> | ||
</head> | ||
<body style="min-height: 100%;" onclick="load()"> | ||
<div class="center"><center><p style="font-size:50px">Click anywhere to load!</p></center></div> | ||
</body> | ||
<script> | ||
var runonce = 0; | ||
function load(){ | ||
if(runonce == 0){ | ||
console.log("Init load"); | ||
runonce = -32767; | ||
document.body.innerHTML = "<audio autoplay loop src='ee2.mp3'></audio><p>BINGUS MY BELOVED IS NOW SAFE!!<br>THANKS TO YOUR EFFORT!</p><img src='Lelemaoshe-676.gif' width='100%' height='100%' style='width:100vw;height:100vh;top:0px;left:0px;right:0px;bottom:0px;background-color:black;border:none;'><p>Easter Egg 2/2 Found!</p>"; | ||
} | ||
} | ||
</script> | ||
<noscript><br>Enable JavaScript!</noscript> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<body style="background-color: black; overflow: hidden;"> | ||
<img src="dad.png" width="100%" height="100%" style="width:100vw;height:100vh;top:0px;left:0px;right:0px;bottom:0px;z-index:2147483647;background-color:black;border:none;"> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<title>Games</title> | ||
<link href="style.css" rel="stylesheet" type="text/css" /> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<link rel="preload" as="image" href="/bg serious.jpg"> | ||
<link rel="prefetch" as="document" href="/"> | ||
<link rel="preconnect dns-prefetch" href="https://flash.riolubruh.repl.co"> | ||
<link rel="preconnect dns-prefetch" href="https://partialvirtualredundancy2.riolubruh.repl.co"> | ||
<link rel="preconnect dns-prefetch" href="https://sm64ex.riolubruh.repl.co"> | ||
<link rel="preconnect dns-prefetch" href="https://uv-appa.riolubruh.repl.co"> | ||
|
||
</head> | ||
<body> | ||
<div class="back"> | ||
<a href=/>Back</a> | ||
</div> | ||
<h1>Games</h1> | ||
<h2>Be patient after clicking the links, it is probably just loading!</h2> | ||
<!-- Maybe one day he'll actually organize it! --> | ||
<div class= "links2"> | ||
<a href='https://partialvirtualredundancy2.riolubruh.repl.co/web/_aHR0cDovL29ydGVpbC5kYXNobmV0Lm9yZw==_/cookieclicker/v10466/' rel="noopener noreferrer">Cookie Clicker</a> | ||
<div class= "mirrors"> | ||
<a href='https://partialvirtualredundancy2.riolubruh.repl.co/web/_aHR0cDovL29ydGVpbC5kYXNobmV0Lm9yZw==_/cookieclicker/' rel="noopener noreferrer">v2 (Latest Version)</a> | ||
</div> | ||
<p></p> | ||
<a href='https://partialvirtualredundancy2.riolubruh.repl.co/web/_aHR0cHM6Ly9mbGFwcHliaXJkLmlv_/' rel="noopener noreferrer">Flappy Bird.io</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/electricman2.html' rel="noopener noreferrer">Electric Man 2</a> | ||
<p></p> | ||
<a href='https://partialvirtualredundancy2.riolubruh.repl.co/web/_aHR0cHM6Ly9zdXJ2aXYuaW8=_/' rel="noopener noreferrer">Surviv.io</a> | ||
<p></p> | ||
<a href='https://newnetproxy.riolubruh.repl.co/fetch/aHR0cHM6Ly9wYXBlci1pby5jb20=/?referer=paper.io' rel="noopener noreferrer">Paper.io</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/worldshardestgame.html' rel="noopener noreferrer">World's Hardest Game</a> | ||
<br> | ||
<a href='https://flash.riolubruh.repl.co/worldshardestgame2.html' rel="noopener noreferrer">World's Hardest Game 2</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/bloxorz.html' rel="noopener noreferrer">Bloxorz</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/bloonstd2.html' rel="noopener noreferrer">Bloons Tower Defense 2</a> | ||
<br> | ||
<a href='https://incognito.riolubruh.repl.co/?link=aHR0cHM6Ly9jZG4yLmFkZGljdGluZ2dhbWVzLmNvbS9hZGRpY3RpbmdnYW1lcy1jb250ZW50L2FnLWFzc2V0cy9jb250ZW50LWl0ZW1zL2h0bWw1LWdhbWVzL2Jsb29uc3Rvd2VyZGVmZW5zZTQvaW5kZXguaHRtbA==' rel="noopener noreferrer">Bloons Tower Defense 4</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/cubefield.html' rel="noopener noreferrer" rel="noopener noreferrer">Cubefield</a> | ||
<p></p> | ||
<a href="https://flash.riolubruh.repl.co/mario_combat.html" rel="noopener noreferrer">Mario Combat</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/minecraft-tower-defence-2.html' rel="noopener noreferrer">Minecraft Tower Defence 2</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/papaspizzeria.html' rel="noopener noreferrer">Papa's Pizzeria</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/alien_hominid.html' rel="noopener noreferrer">Alien Hominid</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/portal_flash.html' rel="noopener noreferrer">Portal: Flash Version</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/ultimate-flash-sonic.html' rel="noopener noreferrer">Ultimate Flash Sonic</a> | ||
<p></p> | ||
<a href='geo.html'>Geometry Dash (scratch port)</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/impossiblequiz.html' rel="noopener noreferrer">The Impossible Quiz</a> | ||
<br> | ||
<a href='https://flash.riolubruh.repl.co/impossiblequiz2.html' rel="noopener noreferrer">The Impossible Quiz 2</a> | ||
<p></p> | ||
<!--<a href=https://flash.riolubruh.repl.co/supermario63.html rel="noopener noreferrer">Super Mario 63</a> | ||
<div class="description">(Buggy)</div> | ||
<p></p>--> | ||
<a href="https://flash.riolubruh.repl.co/supermarioflash.html" rel="noopener noreferrer">Super Mario Flash</a> | ||
<p></p> | ||
<a href="https://flash.riolubruh.repl.co/pottyracers.html" rel="noopener noreferrer">Potty Racers</a> | ||
<br> | ||
<a href='https://flash.riolubruh.repl.co/pottyracers2.html' rel="noopener noreferrer">Potty Racers 2</a> | ||
<p></p> | ||
<a href='https://partialvirtualredundancy2.riolubruh.repl.co/web/_aHR0cHM6Ly9qc3RyaXMuamV6ZXZlYzEwLmNvbQ==_/' rel="noopener noreferrer">Jstris</a> | ||
<div class="mirrors"> | ||
<a href='https://partialvirtualredundancy2.riolubruh.repl.co/web/_aHR0cHM6Ly9qc3RyaXMuamV6ZXZlYzEwLmNvbQ==_/?play=2' rel="noopener noreferrer">Solo/Practice Mode</a> | ||
</div> | ||
<p></p> | ||
<a href='/g/fnf.html'>Friday Night Funkin'</a> | ||
<br><a href='/g/fnfvshaggyk.html'>FNF vs. Shaggy (Scratch)</a> | ||
<p><p> | ||
<a href='https://flash.riolubruh.repl.co/gun_mayhem.html'>Gun Mayhem 1</a> | ||
<br> | ||
<a href='https://flash.riolubruh.repl.co/gun_mayhem_2.html'>Gun Mayhem 2</a> | ||
<p></p> | ||
<a href='https://int3.github.io/open-syobon-action.js' rel="noopener noreferrer">Cat Mario</a> | ||
<br> | ||
<a href='https://flash.riolubruh.repl.co/unfairmario.html' rel="noopener noreferrer">Unfair Mario</a> | ||
<p></p> | ||
<a href='https://flash.riolubruh.repl.co/achievement_unlocked.html' rel="noopener noreferrer">Achievement Unlocked</a> | ||
<p></p> | ||
<a href="https://sm64ex.riolubruh.repl.co" rel="noopener noreferrer">Super Mario 64</a> | ||
<p></p> | ||
<a href="/g/scratchbros.html" rel="noopener noreferrer">Super <i>Scratch</i> Bros.</a> | ||
<p></p> | ||
<a href="https://riolubruh-server.riolubruh.repl.co/" target="_blank" rel="noopener noreferrer">Minecraft 1.5.2 Server (Javascript)</a> | ||
<div class="mirrors"> | ||
<a download="Offline_Download_Version.html" href="/download/Offline_Download_Version.html"> | ||
<br><b>Download locally here!</b></a> | ||
</div> | ||
<p></p> | ||
<a href='https://uv-appA.riolubruh.repl.co/?x=https://ipodtouch0218.itch.io/nsmb-mariovsluigi' target="_blank" rel='noopener noreferrer'>NSMB Mario vs. Luigi</a> | ||
<div class="mirrors"><a href='https://ipodtouch0218.itch.io/nsmb-mariovsluigi' target="_blank" rel='noopener noreferrer'>Unproxied URL (less lag, maybe blocked)</a></div> | ||
<p /> | ||
<a href="./g/duck.html">Duck Life (series)</a> | ||
<p></p> | ||
<a href='./g/smm4.html' target="_blank" rel='noopener noreferrer'>Super Mario Maker 4 (Scratch)</a> | ||
<div class="description"><a href='https://scratch.mit.edu/discuss/topic/644767'>Levels & Worlds</a></div> | ||
<p /> | ||
<a href='https://womginx.riolubruh.repl.co/main/ruffle.rs/demo/' rel="noopener noreferrer">Custom SWF... (Ruffle)</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Geometry Dash Levels</title> | ||
<link rel="shortcut icon" type="image/jpg" href="/favicon.ico"/> | ||
<link href="style.css" rel="stylesheet" type="text/css" /> | ||
<link rel="preload" as="image" href="bg serious.jpg"> | ||
<link rel="prefetch" as="document" href="/"> | ||
<div class="back"> | ||
<a href=g.html>Back</a> | ||
</div> | ||
<h1>Geometry Dash Levels</h1> | ||
</head> | ||
<body> | ||
<div class="geo"> | ||
<a href="/g/s.html" target="_blank" rel="noopener noreferrer">Levels 1-3</a> | ||
<br> | ||
<a href='/g/s2.html' target="_blank" rel="noopener noreferrer">Levels 4-6</a> | ||
<br> | ||
<a href='/g/s3.html' target="_blank" rel="noopener noreferrer">Levels 7-8</a> | ||
<br> | ||
<a href='/g/s4.html' target="_blank" rel="noopener noreferrer">Levels 9-13</a> | ||
<br> | ||
<a href='/g/s5.html' target="_blank" rel="noopener noreferrer">Level 14</a> | ||
<br> | ||
<a href='/g/s6.html' target="_blank" rel="noopener noreferrer">Level 15</a> | ||
<br> | ||
<a href="/g/s7.html" target="_blank" rel="noopener noreferrer">Levels 16-21</a> | ||
<br> | ||
<a href='https://scratch.mit.edu/studios/4002529' target="_blank" rel="noopener noreferrer">Geometry Dash Online Levels</a> | ||
<br> | ||
<div class="mirrors"> | ||
<b> | ||
(Online levels only work if scratch is unblocked)</b> | ||
</div> | ||
<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>My Stuff</title> | ||
<link rel="shortcut icon" type="image/jpg" href="/favicon.ico"/> | ||
<link href="style.css" rel="stylesheet" type="text/css" /> | ||
<link rel="preload" as="image" href="/bg serious.jpg"> | ||
<link rel="prefetch" as="document" href="/g.html"> | ||
<link rel="prefetch" as="document" href="/prxs.html"> | ||
<link rel="prefetch" as="document" href="/downloads.html"> | ||
<link rel="preconnect dns-prefetch" href="https://uv-appA.riolubruh.repl.co"> | ||
<link rel="preconnect dns-prefetch" href="https://youtubeapi.riolubruh.repl.co/"> | ||
</head> | ||
<h1 id="header" onclick="headerclick()">Welcome to @Riolubruh's Stuff!</h1> | ||
<script> | ||
var x = 0; | ||
function headerclick(){ | ||
x = (x + 1); | ||
if(x == 15){ | ||
document.getElementById("header").innerHTML = "Welcome to @Riolubruh's Stuff!<br>Stop clicking me >:( !!!";} | ||
if(x == 50){ | ||
(function(){var a=document.getElementById("rusic-modal")||document.createElement("iframe");a.setAttribute("allow","fullscreen");a.setAttribute("loading","eager");a.src="secret.html";a.id="rusic-modal";a.style="position:fixed;width:100vw;height:100vh;top:0px;left:0px;right:0px;bottom:0px;z-index:2147483647;background-color:white;border:none;";document.body.appendChild(a);}()); | ||
document.title = "I FUCKING WARNED YOU!!!!!!!!!!"; | ||
} | ||
} | ||
</script> | ||
<h3>Enjoy your stay!</h3> | ||
<body> | ||
<div class="links1"> | ||
<a href='https://uv-appA.riolubruh.repl.co/?x=https://www.youtube.com' target="_blank" rel="noopener noreferrer">Youtube Unblocked</a> | ||
<div class="mirrors"> | ||
<a href='https://youtubeapi.riolubruh.repl.co/' target="_blank" rel="noopener noreferrer">YouTube API (no longer needed)</a></div> | ||
<p></p> | ||
<a href='https://womginx.riolubruh.repl.co/main/twitch.tv' target="_blank" rel="noopener noreferrer">Twitch</a> | ||
<p></p> | ||
<a href='https://uv-appA.riolubruh.repl.co/?x=discord.com/login' target="_blank" rel="noopener noreferrer">Discord</a> | ||
<br> | ||
<div class="mirrors"> | ||
<a href='https://uv-appA.riolubruh.repl.co/?x=discord.com/login' target="_blank" rel="noopener noreferrer">Ultraviolet Mirror</a><br> | ||
<a href='https://womginx.riolubruh.repl.co/main/discord.com/login' target="_blank" rel="noopener noreferrer">Replit Womginx Mirror</a></div> | ||
<p></p> | ||
<a href='https://nitter.poast.org/' target="_blank" rel="noopener noreferrer">Twitter</a> | ||
<div class="mirrors"><a href='https://github.com/xnaas/nitter-instances' target="_blank" rel="noopener noreferrer">Instances</a></div> | ||
<p></p> | ||
<a href='https://uv-appA.riolubruh.repl.co/?x=https://reddit.com' target="_blank" rel="noopener noreferrer">Reddit</a> | ||
<p></p> | ||
<a href='https://retroarch.riolubruh.repl.co' target="_blank" rel="noopener noreferrer">Retroarch</a> | ||
<div class="description"><b>NES, SNES, GB/C, GBA, N64, MAME, etc.</b></div> | ||
<div class="mirrors"><a href="/download/!Retroarch.zip">Download Locally!"</a></div> | ||
<p> | ||
</p> | ||
<a href='https://RomPatcherJS.riolubruh.repl.co' target="_blank" rel="noopener noreferrer">Rom Patcher</a> | ||
<p> | ||
</p> | ||
<a href="/g.html">Games</a> | ||
<p></p> | ||
<a href="/prxs.html">Proxies</a> | ||
<p></p> | ||
<a href="/misc.html">Miscellaneous</a> | ||
</div class="links1"> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html style="min-height: 100%;" onclick="load()"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Click</title> | ||
<link rel="shortcut icon" type="image/jpg" href="//"/> | ||
<link rel="preload" as="audio" href="/rickroll.mp3"> | ||
<link rel="preload" as="image" href="/rick-roll.gif"> | ||
<style> | ||
body { | ||
background-color: black; | ||
color: white; | ||
} | ||
</style> | ||
</head> | ||
<body style="min-height: 100%;" onclick="load()"> | ||
<div class="center"><center><p style="font-size:50px">Click to load!</p></center></div> | ||
</body> | ||
<script> | ||
var runonce = 0; | ||
function load(){ | ||
if(runonce == 0){ | ||
runonce = -32767; | ||
document.body.innerHTML = "<audio autoplay loop src='rickroll.mp3'></audio><img src='rick-roll.gif' width='100%' height='100%' style='width:100vw;height:100vh;top:0px;left:0px;right:0px;bottom:0px;background-color:black;border:none;overflow:hidden;'>"; | ||
document.title = "LMAO GOT YOU!!! XDDD"; | ||
document.body.style.overflow = 'hidden'; | ||
document.body.style.marginTop = 0; | ||
} | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Minecraft 1.5.2 Portable 1.5.2 Extreme Conditions Edition Changelog | ||
|
||
11/21/2021 | ||
Made it so that there is only one AppData folder instead of two | ||
-Used symlinking to switch between the vanilla and modded minecraft jars instead of using a different AppData folder | ||
|
||
Compressed file size was reduced from 210MB to 166MB (nice!) | ||
-Uncompressed file size was also reduced by a lot | ||
-The file will now take less time to extract! | ||
|
||
Definitely not going to make a Linux version cause there is no reason to | ||
|
||
|
||
09/21/2021 | ||
Original version created |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Miscellaneous Stuff</title> | ||
<link rel="shortcut icon" type="image/jpg" href="/favicon.ico"/> | ||
<link href="style.css" rel="stylesheet" type="text/css" /> | ||
<link rel="preload" as="image" href="/bg serious.jpg"> | ||
<link rel="prefetch" as="document" href="/"> | ||
<link rel="prefetch" as="document" href="/downloads.html"> | ||
<link rel="prefetch" as="document" href="/random/"> | ||
</head> | ||
<div class="back"> | ||
<a href="/">Back</a> | ||
</div> | ||
<h1 id="header">Miscellaneous Stuff</h1> | ||
<body> | ||
<div class="links1"> | ||
<a href="/downloads.html">Downloads</a> | ||
<p></p> | ||
<a href="/random/">Random Shibe, Cats, Birds</a> | ||
<div class="description">Note: backgrounds on this page are randomized on reload.</div> | ||
<br> | ||
<a href="https://github.com/riolubruh">Check out my GitHub page!</a> | ||
</body> | ||
</html> |
Oops, something went wrong.