From ac53e7903d322584e8b04e8d46ed211488d0723d Mon Sep 17 00:00:00 2001 From: Mason Date: Mon, 10 Jun 2024 23:24:06 -0600 Subject: [PATCH] Added boilerplate page for managing urls --- static/index.html | 80 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 static/index.html diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..79ab25a --- /dev/null +++ b/static/index.html @@ -0,0 +1,80 @@ + + + + + + URL Manager + + + +
+

URL Manager

+ +
+

Add URL

+ + +
+ +
+

Remove URL

+ + +
+ +
+

All URLs

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