summaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2021-10-31 14:31:29 +0100
committerMaksymilian Jopek <maks@jopek.eu>2021-10-31 14:31:29 +0100
commit27075885e95bd0efc062920685e04287feb4b556 (patch)
tree0c51ab493589bd0ebd7b733ada697ed777aa08d1 /src/templates
parentdbb66972ebd987f60e10939bfb4493f87bbc73c3 (diff)
downloadisiqandisi-27075885e95bd0efc062920685e04287feb4b556.tar.gz
isiqandisi-27075885e95bd0efc062920685e04287feb4b556.tar.zst
isiqandisi-27075885e95bd0efc062920685e04287feb4b556.zip
Almost the end
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/main.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/templates/main.html b/src/templates/main.html
index a248ec1..c1540ea 100644
--- a/src/templates/main.html
+++ b/src/templates/main.html
@@ -13,6 +13,12 @@
</head>
<body>
+ <div id="txts">
+ <span>Counter: <span id="counter"></span></span><br>
+ <span>Mileage: <span id="mileage"></span></span>
+ </div>
+ <span id="counter"></span>
+ <span id="mileage"></span>
<button id="document-add"></button>
<div id="tinymce"></div>
</body>