diff options
Diffstat (limited to 'meta.html')
-rw-r--r-- | meta.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -2,8 +2,8 @@ <head> <title>Making This Site</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,7 +13,7 @@ 一二三四 -->-------------------------------------------------------------------------------- -<a href="http://hairydiode.xyz">>HairyDiode</a> +<a href="https://hairydiode.xyz">>HairyDiode</a> -------------------------------------------------------------------------------- <!-- @@ -46,5 +46,6 @@ github's servers when I push my changes. </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 --> |