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"> <link rel="stylesheet" href="/assets/styles/footer.css">
</head> </head>
<body> <body>
<div id="page-container">
<div class="bg"></div> <div class="bg"></div>
<ul> <ul>
<li><a href="/">Home</a></li> <li><a href="/">Home</a></li>
@ -47,8 +48,7 @@
<li><a class="active" href="/blog.html">Blog</a></li> <li><a class="active" href="/blog.html">Blog</a></li>
<li><a href="/wip.html">WIP</a></li> <li><a href="/wip.html">WIP</a></li>
</ul> </ul>
</body> <div id="content-wrap">
<body>
<div class="header"> <div class="header">
<h2>Blog I guess</h2> <h2>Blog I guess</h2>
</div> </div>
@ -79,9 +79,10 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div id="footer"> <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>. <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>
</div>
</body> </body>
</html> </html>