From 6e1573e6d0b0b35d91cb73b08fd704ebf7c2376d Mon Sep 17 00:00:00 2001 From: Dzejkobik007 Date: Mon, 5 Jun 2023 23:39:04 +0200 Subject: [PATCH] Add basic forms --- forms/download.html | 73 ++++++++++++++++++++++ forms/select.html | 82 +++++++++++++++++++++++++ forms/upload.html | 144 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 299 insertions(+) create mode 100644 forms/download.html create mode 100644 forms/select.html create mode 100644 forms/upload.html diff --git a/forms/download.html b/forms/download.html new file mode 100644 index 0000000..57fa9a1 --- /dev/null +++ b/forms/download.html @@ -0,0 +1,73 @@ + + + + + + + + Kakubovna: Download + + + + + +
+ + + +
+ + + + \ No newline at end of file diff --git a/forms/select.html b/forms/select.html new file mode 100644 index 0000000..4a9abd6 --- /dev/null +++ b/forms/select.html @@ -0,0 +1,82 @@ + + + + + + + + Kakubovna: Select + + + + + +
+
+
+
Upload
+
Download
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/forms/upload.html b/forms/upload.html new file mode 100644 index 0000000..98c2822 --- /dev/null +++ b/forms/upload.html @@ -0,0 +1,144 @@ + + + + + + + + Kakubovna: Upload + + + + + +
+
+
+ +

Drag and drop your files
or
Click to add

+
+
+
+
+ +
+
+ + + + + + + + + \ No newline at end of file