First report draft
This commit is contained in:
32
report/index.html
Normal file
32
report/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user