commit f5c743050f553a11a44ff58d513a2eb07b8f5352 Author: Kio Date: Wed Jan 29 00:43:08 2025 -0500 KitsuName™️ diff --git a/index.html b/index.html new file mode 100644 index 0000000..6b6293b --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + KitsuName™ + + + + +

kitsu name™

+ + we only sell generic "doggirl".
+ tastes exactly like namebrand puppygirlhornypost!
+ buy + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..623c2a4 --- /dev/null +++ b/style.css @@ -0,0 +1,19 @@ +body { + padding: 0; + margin: 0; + background: #e17055; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + width: 100vw; + height: 100vh; + justify-content: center; + align-items: center; + display: flex; + flex-direction: column; + text-align: center; +} + +a, +a:visited { + text-decoration: none; + color: #273c75; +} \ No newline at end of file