footer test

This commit is contained in:
Lucas Kent 2022-12-14 14:33:32 -05:00 committed by GitHub
parent a7b8dde82e
commit 74bb6021b7

View File

@ -40,6 +40,7 @@
<link rel="stylesheet" href="/assets/styles/footer.css">
</head>
<body>
<div id="page-container">
<div class="bg"></div>
<ul>
<li><a href="/">Home</a></li>
@ -47,8 +48,7 @@
<li><a class="active" href="/blog.html">Blog</a></li>
<li><a href="/wip.html">WIP</a></li>
</ul>
</body>
<body>
<div id="content-wrap">
<div class="header">
<h2>Blog I guess</h2>
</div>
@ -79,9 +79,10 @@
</div>
</div>
</div>
</div>
<div id="footer">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Lucas</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</div>
</div>
</body>
</html>