Organized things

This commit is contained in:
Lucas Kent 2022-11-22 13:32:42 -05:00 committed by GitHub
parent 33e8cf647d
commit 2107f2cbb2
59 changed files with 23 additions and 23 deletions

View File

@ -15,7 +15,7 @@
<h1 style="font-size: 60px;">404</h1>
<p style="font-size: 30px;">I don't know how you got here but the page does not exist</p>
<br>
<img src="/imgs/goofy.gif" alt="crying emoji" class="center" style="width: 220px;height: 220px;">
<img src="/assets/imgs/goofy.gif" alt="crying emoji" class="center" style="width: 220px;height: 220px;">
</body>
<style>
.center {

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 244 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -9,9 +9,9 @@
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ff0000">
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/border.css">
<link rel="stylesheet" href="styles/button.css">
<link rel="stylesheet" href="/assets/styles/style.css">
<link rel="stylesheet" href="/assets/styles/border.css">
<link rel="stylesheet" href="/assets/styles/button.css">
</head>
<body>
<div class="bg"></div>
@ -23,7 +23,7 @@
</ul>
<h2>Home</h2>
&nbsp;
<img src="imgs/zuck.jpg" alt="Mark Zuckerberg" style="width:300px;height:300px;" srcset="" class="broider">
<img src="/assets/imgs/zuck.jpg" alt="Mark Zuckerberg" style="width:300px;height:300px;" srcset="" class="broider">
<p class="double">&nbsp; &nbsp;Welcome to my Website.</p>
<a hidden href='/index.html'><button class="button">Home</button></a>
<a hidden href='/sitemap.html'><button class="button">Sitemap</button></a>

View File

@ -11,7 +11,7 @@
<meta name="theme-color" content="#ff0000">
</head>
<body>
<a href="index.html"><img src="imgs/back.png" alt="back" style="width: 32px; height: 32px;"> </a>
<a href="index.html"><img src="/assets/imgs/back.png" alt="back" style="width: 32px; height: 32px;"> </a>
<br>
<p style="text-align: center;font-size: large; font-family: 'Courier New', Courier, monospace;">Click an image to go to its corresponding page.</p>
<br>
@ -20,44 +20,44 @@
&nbsp;
&nbsp;
&nbsp;
<a href="tools/calculator"><img class="br" src="imgs/calculator.png" alt="calculator" style="width: 100px; height: 100px;"></a>
<a href="/tools/calculator"><img class="br" src="/assets/imgs/calculator.png" alt="calculator" style="width: 100px; height: 100px;"></a>
&nbsp;
<a href="tools/retro-bowl"><img src="imgs/retrobowl.png" alt="retro-bowl" style="width: 100px; height: 100px;"></a>
<a href="/tools/retro-bowl"><img src="/assets/imgs/retrobowl.png" alt="retro-bowl" style="width: 100px; height: 100px;"></a>
&nbsp;
<a href="tools/btd4"><img src="imgs/btd4.jpg" alt="BTD4" style="width: 100px; height: 100px;"></a>
<a href="/tools/btd4"><img src="/assets/imgs/btd4.jpg" alt="BTD4" style="width: 100px; height: 100px;"></a>
&nbsp;
<a href="tools/swfs"><img src="imgs/flash.png" alt="Flash Player" style="width: 100px; height: 100px;"></a>
<a href="/tools/swfs"><img src="/assets/imgs/flash.png" alt="Flash Player" style="width: 100px; height: 100px;"></a>
&nbsp;
<a href="tools/2048"><img src="imgs/2048.png" alt="2048" style="width: 100px; height: 100px;"></a>
<a href="/tools/2048"><img src="/assets/imgs/2048.png" alt="2048" style="width: 100px; height: 100px;"></a>
&nbsp;
<a href="tools/sm64"><img src="imgs/sm64.jpg" alt="sm64" style="width: 100px;height: 100px;"></a>
<a href="/tools/sm64"><img src="/assets/imgs/sm64.jpg" alt="sm64" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/mc-classic"><img src="imgs/minecraft.png" alt="minecraft" style="width: 100px;height: 100px;"></a>
<a href="/tools/mc-classic"><img src="/assets/imgs/minecraft.png" alt="minecraft" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/geometry"><img src="imgs/Geometry_Dash_Logo.png" alt="Geometry Dash" style="width: 100px;height: 100px;"></a>
<a href="/tools/geometry"><img src="/assets/imgs/Geometry_Dash_Logo.png" alt="Geometry Dash" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/fireboy-and-watergirl-forest-temple"><img src="imgs/fbwg.jpg" alt="Fireboy and Watergirl Forest Temple" style="width: 100;height: 100px;"></a>
<a href="/tools/fireboy-and-watergirl-forest-temple"><img src="/assets/imgs/fbwg.jpg" alt="Fireboy and Watergirl Forest Temple" style="width: 100;height: 100px;"></a>
&nbsp;
<a href="tools/dinosaur"><img src="imgs/Dinosaur.png" alt="Dinosaur Game" style="width: 100px;height: 100px;"></a>
<a href="/tools/dinosaur"><img src="/assets/imgs/Dinosaur.png" alt="Dinosaur Game" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/vex3"><img src="imgs/vex3.jpg" alt="vex3" style="width: 100px;height: 100px;"></a>
<a href="/tools/vex3"><img src="/assets/imgs/vex3.jpg" alt="vex3" style="width: 100px;height: 100px;"></a>
<br>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<a href="tools/vex4"><img src="imgs/vex4.jpg" alt="vex4" style="width: 100px;height: 100px;"></a>
<a href="/tools/vex4"><img src="/assets/imgs/vex4.jpg" alt="vex4" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/vex5"><img src="imgs/Vex5.jpg" alt="vex5" style="width: 100px;height: 100px;"></a>
<a href="/tools/vex5"><img src="/assets/imgs/Vex5.jpg" alt="vex5" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/flash/?swf=ducklife3.swf"><img src="imgs/ducklife3.jpg" alt="ducklife3" style="width: 100px;height: 100px;"></a>
<a href="/tools/flash/?swf=ducklife3.swf"><img src="/assets/imgs/ducklife3.jpg" alt="ducklife3" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/flash/?swf=theimpossiblequiz.swf"><img src="imgs/quiz.jpg" alt="theimpossiblequiz" style="width: 100px;height: 100px;"></a>
<a href="/tools/flash/?swf=theimpossiblequiz.swf"><img src="/assets/imgs/quiz.jpg" alt="theimpossiblequiz" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/flash/?swf=theimpossiblequiz2.swf"><img src="imgs/quiz2.jpg" alt="theimpossiblequiz2" style="width: 100px;height: 100px;"></a>
<a href="/tools/flash/?swf=theimpossiblequiz2.swf"><img src="/assets/imgs/quiz2.jpg" alt="theimpossiblequiz2" style="width: 100px;height: 100px;"></a>
&nbsp;
<a href="tools/flash/?swf=ducklife2.swf"><img src="imgs/ducklife2.jpg" alt="ducklife2" style="width: 100px;height:100px"></a>
<a href="/tools/flash/?swf=ducklife2.swf"><img src="/assets/imgs/ducklife2.jpg" alt="ducklife2" style="width: 100px;height:100px"></a>
</body>
<style>
html, body {