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/articles |
Create repository
Diffstat (limited to 'public/articles')
-rw-r--r-- | public/articles/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/public/articles/index.html b/public/articles/index.html new file mode 100644 index 0000000..14a9679 --- /dev/null +++ b/public/articles/index.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title> + Prefetch | Articles +</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>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> |