First report draft

This commit is contained in:
2023-02-22 18:25:28 +01:00
parent defdfefb03
commit 039567d0c8
8 changed files with 154 additions and 27 deletions

32
report/index.html Normal file
View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<link href="../vendor/spectre.css/dist/spectre.css" rel="stylesheet" />
<link href="../css/ds.css" rel="stylesheet" />
<script src="../js/views/report.js" type="module"></script>
</head>
<body>
<header class="text-center">
</header>
<main>
<h1 class="text-center mt-2">
Report Light
</h1>
<div class="columns">
<div class="column col-8">
<h2 class="text-center mt-2" id="rep-tit">
</h2>
<table class="table" id="resource">
<tbody>
</tbody>
</table>
</div>
<div class="column col-4">
<h2 class="text-center mt-2">Map</h2>
<img class="img-responsive" src="../img/map.png" />
</div>
</div>
</main>
</body>
<!-- Templates? -->
</html>