removing extra fonts, fixing domain names and the email
This commit is contained in:
parent
ab8cff6265
commit
5fc2a49f24
@ -99,7 +99,7 @@ def remove_post() -> None:
|
||||
print(f"[-] Error removing post: {res['error']}")
|
||||
return
|
||||
|
||||
print("[-] Post has been deleted")
|
||||
print("[-] Post has been removed")
|
||||
|
||||
def add_service() -> None:
|
||||
token = get_token()
|
||||
@ -132,7 +132,7 @@ def remove_service() -> None:
|
||||
print(f"[-] Error removing service: {res['error']}")
|
||||
return
|
||||
|
||||
print("[+] Serivce has been added")
|
||||
print("[+] Serivce has been removed")
|
||||
|
||||
cmds = {
|
||||
"login": login,
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
<div class="main">
|
||||
<div class="title">
|
||||
root@ngn13.fun:~# {current}
|
||||
root@ngn.tf:~# {current}
|
||||
</div>
|
||||
<div class="content">
|
||||
<slot></slot>
|
||||
|
@ -61,9 +61,8 @@
|
||||
If you want to contact me directly, send me an email:
|
||||
<ul>
|
||||
<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>
|
||||
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>
|
||||
</div>
|
||||
<Card title="bash donate.sh">
|
||||
|
@ -19,7 +19,7 @@
|
||||
<p>
|
||||
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,
|
||||
please send an email to services@ngn.tf
|
||||
please get in contact with me
|
||||
</p>
|
||||
</div>
|
||||
{#each data.services as services_list}
|
||||
|
@ -9,5 +9,5 @@
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: url("/fonts/UbuntuNerdFont-Regular.ttf");
|
||||
src: url("/fonts/UbuntuNF.ttf");
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user