Add presence info message

This commit is contained in:
arne 2024-01-27 12:30:37 +01:00
commit d5abc17760
3 changed files with 29 additions and 5 deletions

View file

@ -7,6 +7,7 @@
<link rel="stylesheet" href="/src/style.css" type="text/css" media="screen" />
</head>
<body>
<div id="presence-info"></div>
<canvas id="canvas"></canvas>
<script type="module" src="/src/main.ts"></script>
</body>