summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2018-06-26 22:26:44 -0400
committerknolax <1339802534.kk@gmail.com>2018-06-26 22:26:44 -0400
commitd66e38d44cc8258e5e1cc6747c5aa53b17fa5201 (patch)
tree20334b2185ca5db82ad52a7f3813c943ff3ea68b
parent2dcf34a61b97220669b22bb7df23a1494488e228 (diff)
made footer src tags point to complete https links, made footer point to meta2
for inspect elementers
-rw-r--r--src/footer.html3
-rw-r--r--src/header.html6
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>
--------------------------------------------------------------------------------