Removed footers

This commit is contained in:
Lucas Kent 2022-12-06 14:14:36 -05:00 committed by GitHub
parent b2686e5318
commit 938d4e8b3f
4 changed files with 1 additions and 10 deletions

View File

@ -16,7 +16,7 @@
<h1 style="font-size: 60px;">404</h1> <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> <p style="font-size: 30px;">I don't know how you got here but the page does not exist</p>
<br> <br>
<a href='/index.html'><button class="button">Home</button></a> <a href='/index.html'><button class="button center">Home</button></a>
<br> <br>
<img src="/assets/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> </body>

View File

@ -34,8 +34,5 @@
<p class="double">&nbsp; &nbsp;Welcome to my Website.</p> <p class="double">&nbsp; &nbsp;Welcome to my Website.</p>
<a hidden href='/index.html'><button class="button">Home</button></a> <a hidden href='/index.html'><button class="button">Home</button></a>
<a hidden href='/sitemap.html'><button class="button">Sitemap</button></a> <a hidden href='/sitemap.html'><button class="button">Sitemap</button></a>
<div class="footer">
<h2>No Footer Yet</h2>
</div>
</body> </body>
</html> </html>

View File

@ -73,8 +73,5 @@
<a href="/tools/flash/?swf=theimpossiblequiz2.swf"><img src="/assets/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; &nbsp;
<a href="/tools/flash/?swf=ducklife2.swf"><img src="/assets/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>
<div class="footer">
<h2>No Footer Yet</h2>
</div>
</body> </body>
</html> </html>

View File

@ -30,8 +30,5 @@
<br> <br>
<h1>WIP</h1> <h1>WIP</h1>
<p>This page is going to be worked on eventually.</p> <p>This page is going to be worked on eventually.</p>
<div class="footer">
<h2>No Footer Yet</h2>
</div>
</body> </body>
</html> </html>