summaryrefslogtreecommitdiff
path: root/public/index.html
blob: 183f67422beb1e6cc967d4d75d6533c1e7d8a21c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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&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>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&amp;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>
&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>