summaryrefslogtreecommitdiff
path: root/public/software/index.html
diff options
context:
space:
mode:
authorPrefetch2019-06-09 22:15:02 +0200
committerPrefetch2019-06-09 22:15:02 +0200
commitda0b1ae00b2dc52e6baa2e7a3f96b622fc1f2315 (patch)
treef5ef16a155be448b2f54dd89ff0aa3324d5cbb04 /public/software/index.html
parentfe4bd53f01c469ad62848fbc85b06185b9f1e653 (diff)
Don't track files generated by Zola
Diffstat (limited to 'public/software/index.html')
-rw-r--r--public/software/index.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/public/software/index.html b/public/software/index.html
deleted file mode 100644
index af8c330..0000000
--- a/public/software/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<title>
- Prefetch | Software
-</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>Software made by me:</p>
-<ul>
-<li><a href="https://prefet.ch/software/winvm.sh">winvm.sh</a>: a QEMU-launching shell script
-I used to emulate Windows for gaming. Since
-<a href="https://www.mesa3d.org/">Mesa</a> has matured so much and
-<a href="https://github.com/ValveSoftware/Proton/">Proton</a>
-is in great shape, I won't update it anymore.</li>
-<li>More coming soon!</li>
-</ul>
-<p>Apart from that, here's a <a href="/software/recommended">list</a> of software I recommend.</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>