summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-16 18:23:46 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-16 18:23:46 +0200
commit717fde1c48c7221da986ac02d2b806b2fee6f2d5 (patch)
treea85ccebf53c5f8f2502298cc429394886b17c2c6 /index.html
parentbcf6e73b067af23265d0a092148d026985f2694a (diff)
active techniques multiple
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index 94f298c..e569d47 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,17 @@
<div id="battle__player"></div>
</div>
+ <div id="techniques"></div>
+ <template id="tpl___technique">
+ <div class="techniques__technique">
+ <div class="techniques__technique__name"></div>
+ <div class="techniques__technique__types"></div>
+ <div class="techniques__technique__power"></div>
+ <div class="techniques__technique__accuracy"></div>
+ <div class="techniques__technique__range"></div>
+ </div>
+ </template>
+
<div id="status">
<div>Money: <span id="money"></span></div>
</div>