add modal

This commit is contained in:
Mystikfluu
2022-10-04 21:34:35 +02:00
parent 88d9d8e0a6
commit 8eccefcd9d
2 changed files with 39 additions and 1 deletions
+4 -1
View File
@@ -42,6 +42,9 @@
<div class="channelTab" id="channelTab"></div>
<div class="posts" id="posts"></div>
</div>
<script async><%- loadfile("./js/posts.js") %></script>
<script async>
<%- loadfile("./js/posts.js") %>
<%- loadfile("./js/modal.js") %>
</script>
</body>
</html>