summaryrefslogtreecommitdiff
path: root/public/sheats/index.html
blob: 2c982f8933b339cc6c53f5020991390c9ba4a0ae (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
<!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&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>&quot;Sheat&quot; is an ugly contraction of &quot;cheat sheet&quot;.
Here I will post heavily condensed references for topics
like mathematics or languages.</p>
<p>For now, though: &quot;Coming soon-ish!&quot;</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>