home: hub: minipeg

Download patch

ref: 32a24601d7ddb3ed03a1d11b2ee6861d0b2bf0f1
parent: c277b9f6b3672348a2aa968c754d9dadb8928b4f
author: Andrew Chambers <ac@acha.ninja>
date: Sun Apr 10 17:18:34 CDT 2022

Fix links again.

--- a/www/index.html.sh
+++ b/www/index.html.sh
@@ -3,12 +3,12 @@
 cat <<EOF
 <!doctype html>
 <meta name=viewport content="width=device-width, initial-scale=1">
-<link rel="stylesheet" href="./simple.css" type="text/css" />
+<link rel="stylesheet" href="/minipeg/simple.css" type="text/css" />
 
 <title>Minipeg</title>
 </body>
 <div class="container">
-<h1><img id="logo" src="logo.png" alt>Minipeg</h1>
+<h1><img id="logo" src="/minipeg/logo.png" alt>Minipeg</h1>
 <p>
 Minipeg is a parser generator for C you can easily add
 to your project as a single file.