Add message for displayed messages and convert details to module

This commit is contained in:
Jordan Wages 2025-07-07 00:14:47 -05:00
commit caf18ed5ab
3 changed files with 16 additions and 10 deletions

View file

@ -15,6 +15,6 @@
</div>
</div>
</section>
<script src="details.js"></script>
<script type="module" src="details.js"></script>
</body>
</html>