diff options
| author | Prefetch | 2019-06-09 22:15:02 +0200 |
|---|---|---|
| committer | Prefetch | 2019-06-09 22:15:02 +0200 |
| commit | da0b1ae00b2dc52e6baa2e7a3f96b622fc1f2315 (patch) | |
| tree | f5ef16a155be448b2f54dd89ff0aa3324d5cbb04 /public/index.html | |
| parent | fe4bd53f01c469ad62848fbc85b06185b9f1e653 (diff) | |
Don't track files generated by Zola
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 183f674..0000000 --- a/public/index.html +++ /dev/null @@ -1,38 +0,0 @@ -<!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> |
