add original matrix board to monitor

This commit is contained in:
ducklet 2021-02-02 21:43:58 +01:00
parent 2f87ea925e
commit 878ce89bab
7 changed files with 148 additions and 20 deletions

View file

@ -2,8 +2,11 @@
<link rel="stylesheet" type="text/css" href="monitor.css" />
<body>
<div id="info">
<!-- players (see template#player) will be inserted here -->
<div class="container">
<div id="players">
<!-- players (see template#player) will be inserted here -->
</div>
<iframe src="matrix.html"></iframe>
</div>
</body>