summaryrefslogtreecommitdiff
path: root/public/software/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/software/index.html')
-rw-r--r--public/software/index.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/public/software/index.html b/public/software/index.html
new file mode 100644
index 0000000..af8c330
--- /dev/null
+++ b/public/software/index.html
@@ -0,0 +1,40 @@
+<!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>