Added a missing HTML tag to index.html.

This commit is contained in:
Eric Traut 2023-03-06 16:03:19 -07:00
parent f7be9cc5cc
commit dc87fa46af

View File

@ -38,4 +38,5 @@
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-yml.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-toml.min.js"></script>
</body>
</html>