linked ../css/home.css, added grey background

This commit is contained in:
Michael 2025-02-27 19:11:26 -05:00
parent cf1a06d687
commit 4a63e141a7
2 changed files with 6 additions and 2 deletions

4
css/home.css Normal file
View file

@ -0,0 +1,4 @@
body
{
background-color: grey;
}

View file

@ -3,7 +3,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<link rel="stylesheet" href="../css/home.css">
<script src="https://unpkg.com/htmx.org@2.0.4"></script> <script src="https://unpkg.com/htmx.org@2.0.4"></script>
<head> <head>