10 lines
265 B
HTML
10 lines
265 B
HTML
<!--<details></details>-->
|
|
<article id="lists">
|
|
<link rel="stylesheet" type="text/css" href="styles/lists.css">
|
|
<h1 id="list-title">List</h1>
|
|
<hr />
|
|
<p id="list-description"></p>
|
|
<span id="list-container"></span>
|
|
<script src="scripts/lists.js"></script>
|
|
</article>
|