wanders & mod time added

This commit is contained in:
2024-06-21 10:40:48 +01:00
parent 951224f0ea
commit e825506bbd
18 changed files with 197 additions and 81 deletions

5
templates/_modified.html Normal file
View File

@@ -0,0 +1,5 @@
<div id="modified-time">
<h4>Last Modified: </h4>
<p> {{ modified_time }}</p>
</div>

View File

@@ -0,0 +1,4 @@
<div id="wanderers-container">
<h4>Wanderers: </h4>
<p id="wander-count"></p>
</div>

View File

@@ -13,6 +13,8 @@
<div>{{ key }} <a href="{{ value }}" target="_blank"></a></div>
{% endfor %}
</div>
{% include '_wanderers.html' %}
{% include '_modified.html' %}
</div>
</div>
<a><span id="monster">
@@ -23,4 +25,5 @@
</a>
</div>
<script src="js/mob.js"></script>
<script src="js/wander.js"></script>
{% endblock %}

View File

@@ -57,9 +57,8 @@
</div>
{% endif %}
<div id="sleeping-mario">
<img src="/images/website/mario-sleep-up.gif">
</div>
{% include '_modified.html' %}
</div>
</div>
{% endblock %}