add favicon, condense 2nd menu section
This commit is contained in:
parent
5b8f304af4
commit
9f276163bf
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -7,12 +7,15 @@
|
|||||||
<p>If you're just curious, check out the "Services" page. If you'd like to sign up, simply use the "Register" link.</p>
|
<p>If you're just curious, check out the "Services" page. If you'd like to sign up, simply use the "Register" link.</p>
|
||||||
<i class="il mt-5">Where can I direct your request?</i>
|
<i class="il mt-5">Where can I direct your request?</i>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="text-start">
|
<div class="row">
|
||||||
<h5><i>If you aren't a current user</i></h4>
|
<div class="col-md-6 text-start">
|
||||||
<a href="/register" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-user-plus ico-sm"></i> Register</a>
|
<h5><i>If you aren't a current user</i></h5>
|
||||||
<hr>
|
<a href="/register" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-user-plus ico-sm"></i> Register</a>
|
||||||
<h5><i>If you are a current user</i></h4>
|
</div>
|
||||||
<a href="/SOGo" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-envelope ico-sm"></i> Webmail</a>
|
<div class="col-md-6 text-start">
|
||||||
<a href="https://user.p0ntus.com" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-user ico-sm"></i> Account</a>
|
<h5><i>If you are a current user</i></h5>
|
||||||
|
<a href="/SOGo" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-envelope ico-sm"></i> Webmail</a>
|
||||||
|
<a href="https://user.p0ntus.com" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-user ico-sm"></i> Account</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<%- include('shards/footer') %>
|
<%- include('shards/footer') %>
|
Reference in New Issue
Block a user