diff options
author | knolax <1339802534.kk@gmail.com> | 2018-06-26 22:28:42 -0400 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2018-06-26 22:28:42 -0400 |
commit | 417c5c054bce225e92984f96aa0fab74cff2205b (patch) | |
tree | 6fbe0f4849af834f7edaab9c32f525575382e84f /meta.html | |
parent | d66e38d44cc8258e5e1cc6747c5aa53b17fa5201 (diff) |
generated new pages that reflect the previous commits
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 --> |