summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorstuebinm2023-12-09 23:24:55 +0100
committerstuebinm2023-12-09 23:24:55 +0100
commita6ee6500500560caf3be5c745266a5f76732f275 (patch)
tree6dec7eaebabb8f1fb40356fef930b7739e957174 /pkgs
parent37bcfede0f92049285a99ec2c6a041ae366985a2 (diff)
huh, looks like i bought another domain
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/nomsing/AnnieUseYourTelescope-Regular.ttfbin0 -> 45332 bytes
-rw-r--r--pkgs/nomsing/BlobCat_Nom.pngbin0 -> 15043 bytes
-rw-r--r--pkgs/nomsing/index.html25
3 files changed, 25 insertions, 0 deletions
diff --git a/pkgs/nomsing/AnnieUseYourTelescope-Regular.ttf b/pkgs/nomsing/AnnieUseYourTelescope-Regular.ttf
new file mode 100644
index 0000000..609409e
--- /dev/null
+++ b/pkgs/nomsing/AnnieUseYourTelescope-Regular.ttf
Binary files differ
diff --git a/pkgs/nomsing/BlobCat_Nom.png b/pkgs/nomsing/BlobCat_Nom.png
new file mode 100644
index 0000000..8f34277
--- /dev/null
+++ b/pkgs/nomsing/BlobCat_Nom.png
Binary files differ
diff --git a/pkgs/nomsing/index.html b/pkgs/nomsing/index.html
new file mode 100644
index 0000000..a367e4e
--- /dev/null
+++ b/pkgs/nomsing/index.html
@@ -0,0 +1,25 @@
+<!doctype html>
+<html class="no-js" lang="en">
+ <head>
+ <title>noms!</title>
+ <style>
+ @font-face {
+ font-family: "Annie Use Your Telescope";
+ src: url("AnnieUseYourTelescope-Regular.ttf") format("truetype");
+ font-display: swap;
+ }
+ body {
+ text-align: center;
+ margin-top: 40vh;
+ background-color: lightcoral;
+ font-family: "Annie Use Your Telescope";
+ font-size: 40pt;
+ color: white;
+ }
+ </style>
+ </head>
+ <body>
+ <img src="./BlobCat_Nom.png" alt="Blobcat biting another blobcat's neck">
+ <p>You like biting cuties, don't you? :3</p>
+ </body>
+</html>