summaryrefslogtreecommitdiff
path: root/network.html
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 /network.html
parentdad3ab4b24c76bed67a27a60233d322195ae7df2 (diff)
added proper page for network writeup
Diffstat (limited to 'network.html')
-rw-r--r--network.html34
1 files changed, 33 insertions, 1 deletions
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
+-->