chore(index.html): add class link to login element
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user