goodnight sweet prince

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-05-27 13:56:54 +02:00
parent cf8b42db99
commit f1ce86353b
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
4 changed files with 891 additions and 1067 deletions

1948
deno.lock

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"imports": {
"lume/": "https://deno.land/x/lume@v1.13.2/",
"preact/jsx-runtime": "https://deno.land/x/lume@v1.13.2/deps/preact_runtime.ts",
"preact": "https://deno.land/x/lume@v1.13.2/deps/preact.ts"
"lume/": "https://deno.land/x/lume@v1.17.3/",
"preact/jsx-runtime": "https://deno.land/x/lume@v1.17.3/deps/preact_runtime.ts",
"preact": "https://deno.land/x/lume@v1.17.3/deps/preact.ts"
}
}

View File

@ -1,6 +1,6 @@
{
"endpoint": "froth.zone",
"source": "https://git.froth.zone/sam/nameservers",
"contact": "https://froth.zone/sam",
"contact": "https://samtherapy.net/contact",
"name": "Sam"
}

View File

@ -31,7 +31,7 @@ img {
@media only screen and (min-width: 1300px) {
/* For desktop: */
img {
max-width: 50%;
max-width: 25%;
}
}