chore(index.html): add class link to login element

This commit is contained in:
2025-06-16 14:01:22 +02:00
parent 8c99a28a85
commit 2fc702a482

View File

@@ -24,7 +24,7 @@
</div>
<div>
<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 <a href="{{ url_for('login')}}">log in</a> to manage your remote PCs.</p>
<p>Please <a href="{{ url_for('login')}}" class="link">log in</a> to manage your remote PCs.</p>
</div>
</main>
</div>