Added Footers

This commit is contained in:
Lucas Kent 2022-12-06 13:49:09 -05:00 committed by GitHub
parent 647f7b323a
commit 578ea988b5
3 changed files with 9 additions and 0 deletions

View File

@ -34,5 +34,8 @@
<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>
<div class="footer">
<h2>No Footer Yet</h2>
</div>
</body>
</html>

View File

@ -73,5 +73,8 @@
<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="/assets/imgs/ducklife2.jpg" alt="ducklife2" style="width: 100px;height:100px"></a>
<div class="footer">
<h2>No Footer Yet</h2>
</div>
</body>
</html>

View File

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