summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2018-01-09 18:52:18 -0500
committerknolax <1339802534.kk@gmail.com>2018-01-09 18:52:18 -0500
commit0d9a8b250d4d1cdaf3474a1ef803bc07a0d8de6d (patch)
tree13bbeef3b12e3e07af8fb8c6f736189e22ccc616
parentdad3ab4b24c76bed67a27a60233d322195ae7df2 (diff)
added proper page for network writeup
-rw-r--r--cont/network.html12
-rw-r--r--index.html1
-rw-r--r--network.html34
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.
diff --git a/index.html b/index.html
index 857948d..72abb20 100644
--- a/index.html
+++ b/index.html
@@ -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
+-->