From f7a65efd1a54a763d6d42ec3bd2a52c1fea7b2b5 Mon Sep 17 00:00:00 2001 From: "bdzee24@gmail.com" Date: Wed, 1 Feb 2023 17:04:20 -0800 Subject: [PATCH] create style.css, new folder for icon --- .gitignore | 1 + index.html | 14 ++++++++++++-- style.css | 8 ++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 style.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7787227 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +inotify.sh diff --git a/index.html b/index.html index 2c59fc3..64d4ba9 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,18 @@ + Welcome to kobold heaven uwu + + + -

Luvdragon is MEGA GAY

+
+

ababa

+
+ + + + - + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..ede1f1f --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +body { + font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; +} + +.title { + color:#45cb85; + +} \ No newline at end of file