This commit is contained in:
jpmvaz
2026-09-13 20:23:05 +01:00
commit 34900bf069
45 changed files with 4879 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Presentation — MPS</title>
<link rel="stylesheet" href="/css/styles.css" />
</head>
<body>
<!-- Chrome-free display: the presentation only, no header text and no controls.
It mirrors whatever the presenter console (the other tab) is showing. -->
<div class="display-stage" id="stage"></div>
<script src="/socket.io/socket.io.js"></script>
<script type="module" src="/js/display.js"></script>
</body>
</html>