Added motd.js

This commit is contained in:
2024-11-19 15:12:31 +01:00
parent f27d54798c
commit 342d96b626
9 changed files with 10 additions and 3 deletions

View File

@ -4,6 +4,7 @@
<title>DualHub</title>
<link rel="stylesheet" type="text/css" href={{ url_for("static", filename="style.css") }}>
<meta http-equiv="refresh" content="510">
<script src={{ url_for("static", filename="motd.js") }}></script>
{% block head %}
{% endblock %}
</head>