Update views/index.ejs

Changed version sign
This commit is contained in:
mikula 2024-04-03 10:28:59 +02:00
parent 5aede1719b
commit 8886dc6c38

View File

@ -15,6 +15,6 @@
<div style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem;">
<%- links %>
</div>
<p style="position: fixed; left: 10px; bottom: 10px; margin-bottom: 0px; font-size: 10px;">Running <strong>EMESE</strong> v1.0</p>
<p style="position: fixed; left: 10px; bottom: 10px; margin-bottom: 0px; font-size: 10px;">Powered by <strong>EMESE</strong> v1.0</p>
</body>
</html>