Merge branch 'master' into fix/html-validate

This commit is contained in:
kylejrp 2019-11-01 17:21:49 -07:00 committed by GitHub
commit effca75e0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 2295 additions and 166 deletions

View file

@ -313,6 +313,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@%5E1.0.0' defer></script>
<script src='script.js' defer></script>
</body>