remove html readme

This commit is contained in:
abbie 2024-01-14 19:12:03 +00:00
parent cd661a88c5
commit d5aee76221
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C
4 changed files with 0 additions and 16 deletions

0
.curze/build.sh Executable file → Normal file
View file

0
.curze/install.sh Executable file → Normal file
View file

0
.curze/uninstall.sh Executable file → Normal file
View file

View file

@ -1,16 +0,0 @@
<h2>herb</h2>
<p>T(h)e hackabl(e) web se(r)ver (b)inary (Formerly the web server yer mom uses.)</p>
<h2>In all seriousness!</h2>
<p>This was a little fun experiment for me to mess around with Rust but at this point it has turned into a hobby server that I whittle away at.</p>
<p>At this point, if it's put behind a reverse proxy like HAProxy or nginx, it could actually be used as a small web server.</p>
<h2>To-do list</h2>
<ul>
<li>Custom error pages</li>
<li>Make it user configurable</li>
<li>Properly generate headers</li>
<li>Image thumbnailing/compression</li>
<li>Compressing big files</li>
</ul>