diff options
Diffstat (limited to 'blog/newblog')
-rwxr-xr-x | blog/newblog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/newblog b/blog/newblog index 2cd5ca3..ea69701 100755 --- a/blog/newblog +++ b/blog/newblog @@ -11,7 +11,7 @@ filename="$(echo $name | sed 's/ /-/g').html" printf '<!DOCTYPE HTML> <html lang="en"> <meta name="date" content="2023/07/15"><title>'$name'</title> - <link rel=stylesheet href=style.css> + <link rel="stylesheet" href="/style.css"> <body style="background-color: #161617;"> <p> </p> |