diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-30 12:49:57 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-30 12:49:57 -0400 |
commit | 815d3e21caf81d169d6d2a362c3c3d5144c87198 (patch) | |
tree | e6d710060d488207c92ebfe28ec4b02f4e63ac2e /blog/index.php | |
parent | 1bc1454b9312e4322d486437055408d1ff35fb22 (diff) | |
download | site-815d3e21caf81d169d6d2a362c3c3d5144c87198.tar.gz site-815d3e21caf81d169d6d2a362c3c3d5144c87198.tar.bz2 site-815d3e21caf81d169d6d2a362c3c3d5144c87198.zip |
forgot to link style.css in blog/index.php
Diffstat (limited to 'blog/index.php')
-rw-r--r-- | blog/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/index.php b/blog/index.php index d60a42d..d3ae77e 100644 --- a/blog/index.php +++ b/blog/index.php @@ -2,7 +2,7 @@ <html lang="en"> <head> <title>Squibid's Blog</title> - <link rel="stylesheet" href="style.css"> + <link rel="stylesheet" href="/style.css"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> |