Adds a few minor changes to index.mustache

- adds {{tags}} where necessary
- changes where the file loads the javascript code from
This commit is contained in:
Ariana Giroux 2022-07-24 14:12:23 -06:00
parent f2fb50e025
commit 97bc440ea0
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@
<p>Session Max Viewers: <span id="sessionMaxViewerCount">{{sessionMaxViewerCount}}</span></p>
<p>Overall Max Viewers: <span id="overallMaxViewerCount">{{overallMaxViewerCount}}</span></p>
<hr>
<p>Current tags: <span id="tags"></span></p>
<p>Current tags: <span id="tags">{{tags}}</span></p>
</main>
<footer>
</footer>
</body>
<script src="resources/script.js"></script>
<script src="/static/script.js"></script>
</html>