diff options
author | knolax <1339802534.kk@gmail.com> | 2018-06-26 22:26:44 -0400 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2018-06-26 22:26:44 -0400 |
commit | d66e38d44cc8258e5e1cc6747c5aa53b17fa5201 (patch) | |
tree | 20334b2185ca5db82ad52a7f3813c943ff3ea68b /src/header.html | |
parent | 2dcf34a61b97220669b22bb7df23a1494488e228 (diff) |
made footer src tags point to complete https links, made footer point to meta2
for inspect elementers
Diffstat (limited to 'src/header.html')
-rw-r--r-- | src/header.html | 6 |
1 files changed, 3 insertions, 3 deletions
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> -------------------------------------------------------------------------------- |