diff options
Diffstat (limited to 'doodle.html')
-rw-r--r-- | doodle.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doodle.html b/doodle.html index 9930c04..c01ff7d 100644 --- a/doodle.html +++ b/doodle.html @@ -2,8 +2,8 @@ <head> <title>Some Doodles</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> -------------------------------------------------------------------------------- <!-- @@ -25,30 +25,31 @@ The following images are all 15 to 19 MB in size, so loading them will be super slow, especially with gihub hosting. A watchface </pre> -<img src="img/doodle/watch.png" ></img> +<img src="https://hairydiode.xyz/img/doodle/watch.png" ></img> <pre> Ear bud holders </pre> -<img src="img/doodle/budholder.png" ></img> +<img src="https://hairydiode.xyz/img/doodle/budholder.png" ></img> <pre> A tower </pre> -<img src="img/doodle/scene.png" ></img> +<img src="https://hairydiode.xyz/img/doodle/scene.png" ></img> <pre> Layout </pre> -<img src="img/doodle/archi1.png" ></img> +<img src="https://hairydiode.xyz/img/doodle/archi1.png" ></img> <pre> More layout </pre> -<img src="img/doodle/archi2.png" ></img> +<img src="https://hairydiode.xyz/img/doodle/archi2.png" ></img> <pre> Even more layout </pre> -<img src="img/doodle/archi6.png" ></img> +<img src="https://hairydiode.xyz/img/doodle/archi6.png" ></img> </pre> </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 --> |