linked ../css/home.css, added grey background
This commit is contained in:
parent
cf1a06d687
commit
4a63e141a7
4
css/home.css
Normal file
4
css/home.css
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
body
|
||||||
|
{
|
||||||
|
background-color: grey;
|
||||||
|
}
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
<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>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue