W8 done
This commit is contained in:
parent
f662d9933f
commit
cb0a0dee2b
11 changed files with 116895 additions and 0 deletions
18
w7/templates/roomPage.html
Normal file
18
w7/templates/roomPage.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Room {{room.id}}</title>
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
<script>
|
||||
const roomId = parseInt("{{room.id}}");
|
||||
</script>
|
||||
<script src="/js/socket.io.js"></script>
|
||||
<script src="/js/p5.js"></script>
|
||||
<script src="/js/app.js"></script>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue