audio & express socket.io

This commit is contained in:
bach
2025-02-28 14:51:15 +01:00
parent b1c9f6170b
commit 840ec3e044
13 changed files with 1579 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
html
head
title= title
link(rel="stylesheet", href="style.css")
body
h1= message
script(src="socket.io.min.js")
script(src="front.js")