diff options
-rw-r--r-- | cont/network.html | 12 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | network.html | 34 |
3 files changed, 46 insertions, 1 deletions
diff --git a/cont/network.html b/cont/network.html new file mode 100644 index 0000000..f2060c0 --- /dev/null +++ b/cont/network.html @@ -0,0 +1,12 @@ +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四-->[TITLE] [DATE] +-------------------------------------------------------------------------------- +[SETTITLE]A Distributed Network Idea +[SETDATE]1-3-2018 +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.tex">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. @@ -29,6 +29,7 @@ How do I tell you your site is ugly? Github:https://github.com/knolax Where's all the content? Scroll Down +<a href="network.html">[A Distributed Network Idea] 1-3-2018</a> <a href="meta.html">[Making This Site] 11-13-2017</a> </div> </pre> diff --git a/network.html b/network.html index 2b5621e..4efa2cf 100644 --- a/network.html +++ b/network.html @@ -1 +1,33 @@ -You must be looking for the writeup about the distributed network I mentioned. I messed up the link so click <a href="network.tex">here</a> to get to it. +<!DOCTYPE html> +<head> +<title>A Distributed Network Idea</title> +<meta charset="utf-8"> +<link rel="stylesheet" href="style.css"> +</head> +<body> +<div class="content"> +<pre> +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四 +-->-------------------------------------------------------------------------------- + +<a href="index.html">>HairyDiode</a> + +-------------------------------------------------------------------------------- +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四-->A Distributed Network Idea 1-3-2018 +-------------------------------------------------------------------------------- +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.tex">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. +</div> +</pre> +</body> +<!-- +if you're digging in the src you might be interested in how this site works here: https://hairydiode.xyz/meta.html +--> |