Add footer example

This commit is contained in:
Lee Garkusha 2019-10-03 19:50:07 -04:00
parent 885f26712e
commit b42974bb25
27 changed files with 81 additions and 27 deletions

View file

@ -314,6 +314,10 @@
<p>The HTML Details Element (details) creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state. A summary or label can be provided using the summary element.</p>
</details>
<footer>
Here is an example of a footer! Maybe you want to put some links here. <a href='#'>Privacy Policy</a> | <a href='https://github.com/kognise/water.css'>Contribute</a>
</footer>
<script src='https://unpkg.com/favicon-mode-switcher@^1.0.0' defer></script>
<script src='script.js' defer></script>
</body>