From 4bca72633828de36a0332adc4cc53df002fc377e Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 17 Apr 2022 20:16:13 -0500 Subject: [PATCH] Add frontend for uploading stuff --- src/main/resources/httpd/schematic_download.html | 2 +- src/main/resources/httpd/schematic_upload.html | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/resources/httpd/schematic_download.html b/src/main/resources/httpd/schematic_download.html index 3920e9e..86995c6 100644 --- a/src/main/resources/httpd/schematic_download.html +++ b/src/main/resources/httpd/schematic_download.html @@ -53,7 +53,7 @@
A list of schematics is below. You can click on the schematic name to download it.
+ placeholder="Search for a schematic...">
diff --git a/src/main/resources/httpd/schematic_upload.html b/src/main/resources/httpd/schematic_upload.html index e8c3e7d..de067f0 100644 --- a/src/main/resources/httpd/schematic_upload.html +++ b/src/main/resources/httpd/schematic_upload.html @@ -49,7 +49,13 @@

Plex HTTPD

-
Page coming soon.
+
+ +
+ + +
+
\ No newline at end of file