removing extra fonts, fixing domain names and the email

This commit is contained in:
ngn 2023-11-13 20:15:32 +03:00
parent ab8cff6265
commit 5fc2a49f24
23 changed files with 6 additions and 7 deletions

View File

@ -99,7 +99,7 @@ def remove_post() -> None:
print(f"[-] Error removing post: {res['error']}") print(f"[-] Error removing post: {res['error']}")
return return
print("[-] Post has been deleted") print("[-] Post has been removed")
def add_service() -> None: def add_service() -> None:
token = get_token() token = get_token()
@ -132,7 +132,7 @@ def remove_service() -> None:
print(f"[-] Error removing service: {res['error']}") print(f"[-] Error removing service: {res['error']}")
return return
print("[+] Serivce has been added") print("[+] Serivce has been removed")
cmds = { cmds = {
"login": login, "login": login,

View File

@ -15,7 +15,7 @@
<div class="main"> <div class="main">
<div class="title"> <div class="title">
root@ngn13.fun:~# {current} root@ngn.tf:~# {current}
</div> </div>
<div class="content"> <div class="content">
<slot></slot> <slot></slot>

View File

@ -61,9 +61,8 @@
If you want to contact me directly, send me an email: If you want to contact me directly, send me an email:
<ul> <ul>
<li><c></c> <a href="mailto:ngn13proton@proton.me">Personal email address</a></li> <li><c></c> <a href="mailto:ngn13proton@proton.me">Personal email address</a></li>
<li><c>󰇮</c> <a href="mailto:ngn13proton@proton.me">Proton email address</a></li>
</ul> </ul>
Or you can add me on XMPP: <c>ngn@chat.ngn13.fun</c> Or you can add me on XMPP: <c>ngn@chat.ngn.tf</c>
</Card> </Card>
</div> </div>
<Card title="bash donate.sh"> <Card title="bash donate.sh">

View File

@ -19,7 +19,7 @@
<p> <p>
These are free to use FOSS services that I host on my server. These are free to use FOSS services that I host on my server.
If you want an account on any of these services, or if you are having issues with them, If you want an account on any of these services, or if you are having issues with them,
please send an email to services@ngn.tf please get in contact with me
</p> </p>
</div> </div>
{#each data.services as services_list} {#each data.services as services_list}

View File

@ -9,5 +9,5 @@
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
font-display: swap; font-display: swap;
src: url("/fonts/UbuntuNerdFont-Regular.ttf"); src: url("/fonts/UbuntuNF.ttf");
} }