feat(index.html): add welcome text and a disclaimer
This commit is contained in:
@@ -16,6 +16,14 @@
|
|||||||
<p><a class="button" href="{{ url_for('login') }}">Login</a></p>
|
<p><a class="button" href="{{ url_for('login') }}">Login</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</header>
|
</header>
|
||||||
|
<main class="center">
|
||||||
|
<p>Welcome to</p>
|
||||||
|
<h2 id="typing-text" style="font-size: 3rem;">judas</h2>
|
||||||
|
<p>a remote PC fleet management system</p>
|
||||||
|
<br>
|
||||||
|
<p style="color: #bf616a;"><strong>Notice:</strong> Please use this system responsibly and in accordance with all applicable laws and organizational policies.</p>
|
||||||
|
<p>Please log in to manage your remote PCs.</p>
|
||||||
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user