create style.css, new folder for icon

This commit is contained in:
Shay 2023-02-01 17:04:20 -08:00
parent 8719298813
commit f7a65efd1a
3 changed files with 21 additions and 2 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
inotify.sh

View file

@ -1,8 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to kobold heaven uwu</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="images/kobl.ico">
</head>
<body>
<h1>Luvdragon is MEGA GAY</h1>
<div class=title>
<h1>ababa</h1>
</div>
</body>
</html>
</html>

8
style.css Normal file
View file

@ -0,0 +1,8 @@
body {
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.title {
color:#45cb85;
}