From 0ae5a68a9d81547bb9b741458d94b5f1b7374027 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 13 Jan 2023 20:21:20 +0100 Subject: feat: First dev release --- src/wwwroot/index.html | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 src/wwwroot/index.html (limited to 'src/wwwroot') diff --git a/src/wwwroot/index.html b/src/wwwroot/index.html new file mode 100644 index 0000000..fa25951 --- /dev/null +++ b/src/wwwroot/index.html @@ -0,0 +1,80 @@ + + + + + + Blobbin + + +

Blobbin

+

This is a web service you can upload files and texts to.

+
+
+ Upload a file +
+ + + + + + + +
+
+
+ Upload some text +
+ + + + + + + + + +
+
+
+ + \ No newline at end of file -- cgit v1.3