From 9f964c75e2b53ac9f8acaf810faa59b0c76270d2 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 23 Jan 2025 15:29:23 +0100 Subject: Add box ascii art --- templates/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 1f2585b..3291d8e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -43,7 +43,14 @@ -
Server for uploading files.
+		
+ _
+| |__   _____  __
+| '_ \ / _ \ \/ /
+| |_) | (_) >  <
+|_.__/ \___/_/\_\
+
+Server for uploading files.
 
 Use the form here or send a POST request to /upload with the content of the file in the body.
 If a token has been set on the server, pass the token in the request via a X-Token header.
-- 
cgit v1.2.3