summaryrefslogtreecommitdiff
path: root/public/sheats
diff options
context:
space:
mode:
authorPrefetch2019-06-08 20:01:43 +0000
committerPrefetch2019-06-08 20:01:43 +0000
commitfe4bd53f01c469ad62848fbc85b06185b9f1e653 (patch)
tree38d9731003cf2d98ac4000eeff86fc55a17ec093 /public/sheats
Create repository
Diffstat (limited to 'public/sheats')
-rw-r--r--public/sheats/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/public/sheats/index.html b/public/sheats/index.html
new file mode 100644
index 0000000..2c982f8
--- /dev/null
+++ b/public/sheats/index.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<title>
+ Prefetch | Sheats
+</title>
+<link rel="stylesheet" href="/main.css">
+</head>
+<body>
+<div class="navbar">
+<div class="navitem navhome"><b><a href="/">PREFETCH</a></b></div>
+
+<div class="navitem"><a href="/articles/">Articles&nbsp;&nbsp;</a></div>
+
+<div class="navitem"><a href="/software/">Software</a></div>
+
+<div class="navitem"><a href="/sheats/">Sheats</a></div>
+
+</div>
+<hr>
+<div class="content">
+
+ <p>&quot;Sheat&quot; is an ugly contraction of &quot;cheat sheet&quot;.
+Here I will post heavily condensed references for topics
+like mathematics or languages.</p>
+<p>For now, though: &quot;Coming soon-ish!&quot;</p>
+
+
+</div>
+<hr>
+&copy; &quot;Prefetch&quot;. &nbsp; Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
+</body>
+</html>