Revert "Switch to gruvbox theme"

This reverts commit 66cff08323.
This commit is contained in:
Dave Gallant
2024-01-02 01:18:11 -05:00
parent 66cff08323
commit 2e34ac9ac4
513 changed files with 20205 additions and 8930 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
{{ partial "header.html" . }}
<body>
<div class="content">
{{ partial "head.html" . }}
<br />
<center>
<large>404 - Page Not Found</large>
</center>
{{ partial "footer.html" . }}
</div>
</body>
</html>