diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/footer.html | 3 | ||||
-rw-r--r-- | src/header.html | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/footer.html b/src/footer.html index 21a08c7..267e1b2 100644 --- a/src/footer.html +++ b/src/footer.html @@ -2,5 +2,6 @@ </div> </body> <!-- -if you're digging in the src you might be interested in how this site works here: https://hairydiode.xyz/meta.html +if you're digging in the src you might be interested in how this site works +here: https://hairydiode.xyz/meta2 --> diff --git a/src/header.html b/src/header.html index b247429..29b26c5 100644 --- a/src/header.html +++ b/src/header.html @@ -2,8 +2,8 @@ <head> <title>[TITLE]</title> <meta charset="utf-8"/> -<link rel="stylesheet" href="style.css"/> -<link rel="icon" type="image/png" href="img/fav/logo.png"/> +<link rel="stylesheet" href="https://hairydiode.xyz/style.css"/> +<link rel="icon" type="image/png" href="https://hairydiode.xyz/img/fav/logo.png"/> </head> <body> <div class="content"> @@ -13,6 +13,6 @@ 一二三四 -->-------------------------------------------------------------------------------- -<a href="http://hairydiode.xyz">>HairyDiode</a> +<a href="https://hairydiode.xyz">>HairyDiode</a> -------------------------------------------------------------------------------- |