Add layout and footer components, update adventureService, and create log page

This commit is contained in:
Sean Morley
2024-03-29 22:44:32 +00:00
parent 2f180a204b
commit 90036c5c14
5 changed files with 144 additions and 103 deletions

View File

@@ -0,0 +1,18 @@
<style>
.footer {
clear: both;
position: relative;
height: 4rem;
margin-top: -4rem;
text-align: center;
}
</style>
<div class="footer">
<hr>
<br>
<p>AdventureLog 🗺️</p>
</div>