From 9d7152b5ca085c70e9b0d94adb6f5f9ff8d6f127 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 9 Jan 2023 00:05:38 +0100 Subject: feat: init --- BlobBin/wwwroot/index.html | 80 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 BlobBin/wwwroot/index.html (limited to 'BlobBin/wwwroot') diff --git a/BlobBin/wwwroot/index.html b/BlobBin/wwwroot/index.html new file mode 100644 index 0000000..f252fe3 --- /dev/null +++ b/BlobBin/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