add badges
This commit is contained in:
parent
b5e046cc2f
commit
2646a07e5b
13 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
[](https://fzorb.xyz) [](https://frantech.ca) [](https://debian.org) []() [](https://lynx.invisible-island.net/) [](https://www.vim.org) []() [](https://kernel.org)
|
||||
|
||||
### Latest posts:
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue