diff options
Diffstat (limited to 'network.html')
-rw-r--r-- | network.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/network.html b/network.html index d144aa8..71b3c5d 100644 --- a/network.html +++ b/network.html @@ -2,8 +2,8 @@ <head> <title>A Distributed Network Idea</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> -------------------------------------------------------------------------------- <!-- @@ -23,12 +23,13 @@ So recently I had this idea for a distributed network that i'm planning on trying to build. To start off with I'm making my own SDR development device called an Omnicom, which I'll write about later. -You can read about it <a href="network.pdf">here</a>, but I warn you it's not actually a +You can read about it <a href="https://hairydiode.xyz/network.pdf">here</a>, but I warn you it's not actually a properly formatted LaTeX file, and it's mostly a rough outline of what I'm doing. A more fleshed out copy should come sometime next week. </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 --> |