diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-24 15:46:33 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-24 15:47:01 +0200 |
commit | fef59f25ca7dc0df7e4129ff11ee4c9af95eb085 (patch) | |
tree | c68bf28dc0e9a978b66b25ab2dc38656ecdb1039 /index.html | |
parent | bde5dc98ad96546b59e91f5a6e552bf80cbf48e4 (diff) |
map highlight
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -175,6 +175,10 @@ </div> </template> + <template id="tpl___map"> + <div class="map"></div> + </template> + <template id="tpl___healing-center"> <div class="healing-center"> <div>Price for Full Heal per Tuxemon: <span data-template-slot="price"></span></div> |