diff options
author | Prefetch | 2019-06-08 20:01:43 +0000 |
---|---|---|
committer | Prefetch | 2019-06-08 20:01:43 +0000 |
commit | fe4bd53f01c469ad62848fbc85b06185b9f1e653 (patch) | |
tree | 38d9731003cf2d98ac4000eeff86fc55a17ec093 /public/sheats |
Create repository
Diffstat (limited to 'public/sheats')
-rw-r--r-- | public/sheats/index.html | 34 |
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 </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>"Sheat" is an ugly contraction of "cheat sheet". +Here I will post heavily condensed references for topics +like mathematics or languages.</p> +<p>For now, though: "Coming soon-ish!"</p> + + +</div> +<hr> +© "Prefetch". Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. +</body> +</html> |