add badges

This commit is contained in:
Alexandru 2024-09-19 11:34:31 +03:00
parent b5e046cc2f
commit 2646a07e5b
13 changed files with 4 additions and 0 deletions

View file

@ -27,4 +27,6 @@ Currently I can be found at the following places.
### Guestbook:
<iframe src="https://fzorb.xyz/gb/" width="100%" height="400px" style="border: none"></iframe>
[![](/badges/fzorb.gif)](https://fzorb.xyz) [![](/badges/frantech.gif)](https://frantech.ca) [![](/badges/powered-by-debian.gif)](https://debian.org) [![](/badges/nojs.gif)]() [![](/badges/lynx.gif)](https://lynx.invisible-island.net/) [![](/badges/vim2.gif)](https://www.vim.org) [![](/badges/iebad.gif)]() [![](/badges/penguins.gif)](https://kernel.org)
### Latest posts:

View file

@ -2,6 +2,8 @@
title: File Uploader
---
This is a pretty bare bones file uploader. You can see the (badly written but whatever) backend here: https://git.fzorb.xyz/fzorb/filehandler
**Max file size**: 128mb
<form enctype="multipart/form-data" action="https://files.fzorb.xyz/upload" method="post">
<input type="file" name="file">
<input type="submit" value="upload" class="uploadbuton">