mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-04 05:52:58 +00:00
23 lines
518 B
HTML
23 lines
518 B
HTML
<footer id="footer" class="container">
|
|
<div class="row 200%">
|
|
<div class="12u">
|
|
|
|
<!-- About -->
|
|
<section>
|
|
<h2 class="major"><span>About</span></h2>
|
|
<p>
|
|
This footer is under construction
|
|
</p>
|
|
</section>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Copyright -->
|
|
<div id="copyright">
|
|
<ul class="menu">
|
|
<li>© Simon Fortier. All rights reserved</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</footer> |