diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..183f674 --- /dev/null +++ b/public/index.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title>Prefetch</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>Hello, and welcome to my website! +This is where I gather any of my work +that I want to share with the rest of the world. +Go ahead and explore.</p> +<p>I aim to keep this website forever JavaScript-free, +and to maintain my A+ score for +<a href="https://www.ssllabs.com/ssltest/analyze.html?d=prefet.ch">TLS quality</a> and +<a href="https://securityheaders.com/?q=prefet.ch&followRedirects=on">HTTP security headers</a>.</p> +<p>This server is hosted by <a href="https://scaleway.com">Scaleway</a>, +with <a href="https://gandi.net">Gandi</a> as the domain registrar +and <a href="https://letsencrypt.org">Let's Encrypt</a> providing TLS. +I've had a solid experience with all of these, and can heartily recommend them.</p> + +</div> +<hr> +© "Prefetch". Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. +</body> +</html> |
