refactor(index.html): put elements in main into divs to not screw up layout
This commit is contained in:
@@ -17,12 +17,15 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</header>
|
</header>
|
||||||
<main class="center">
|
<main class="center">
|
||||||
<p>Welcome to</p>
|
<div>
|
||||||
<h2 id="typing-text" style="font-size: 3rem;">judas</h2>
|
<p>Welcome to</p>
|
||||||
<p>a remote PC fleet management system</p>
|
<h2 id="typing-text" style="font-size: 3rem;">judas</h2>
|
||||||
<br>
|
<p>a remote PC fleet management system</p>
|
||||||
<p style="color: #bf616a;"><strong>Notice:</strong> Please use this system responsibly and in accordance with all applicable laws and organizational policies.</p>
|
</div>
|
||||||
<p>Please log in to manage your remote PCs.</p>
|
<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>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user