This commit is contained in:
Lucas Kent 2022-12-15 11:08:47 -05:00 committed by GitHub
parent caa7e85db7
commit af1f91f3db

View File

@ -37,15 +37,18 @@
<link rel="stylesheet" href="/assets/styles/navbar.css" />
<link rel="stylesheet" href="/assets/styles/blog.css" />
<link rel="stylesheet" href="/assets/styles/Font.css" />
<link rel="stylesheet" href="/assets/styles/footer.css">
</head>
<body>
<div class="bg"></div>
<div id="page-container">
<ul>
<li><a href="/">Home</a></li>
<li><a class="active" href="/sitemap.html">Sitemap</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/wip.html">WIP</a></li>
</ul>
<div id="content-wrap">
<br />
<br />
<br />
@ -174,5 +177,23 @@
alt="ducklife2"
style="width: 100px;height:100px"
/></a>
</div>
<div id="footer">
<a
rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
><img
alt="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a
><br />This work is licensed under a
<a
rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
>Creative Commons Attribution-NonCommercial-ShareAlike 4.0
International License</a
>
</div>
</div>
</body>
</html>