jimsite/pages/lists.html
2022-01-27 04:06:06 -05:00

10 lines
215 B
HTML

<!--<details></details>-->
<article id="lists">
<h1 id="list-title">Master List</h1>
<hr />
<p id="list-description"></p>
<br />
<span id="list-container"></span>
<script src="scripts/lists.js"></script>
</article>