From 85f217f63e248ae0df44368a6a0d03620955f170 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Wed, 18 Oct 2023 03:48:52 -0400 Subject: Created initial backend architecture and redirection routes --- static/index.html | 11 +++++++++++ static/notfound.html | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 static/index.html create mode 100644 static/notfound.html (limited to 'static') diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..b59e0ef --- /dev/null +++ b/static/index.html @@ -0,0 +1,11 @@ + + + + + fle.ms + + +

fle.ms

+

URL Shortener

+ + diff --git a/static/notfound.html b/static/notfound.html new file mode 100644 index 0000000..b3b5f2f --- /dev/null +++ b/static/notfound.html @@ -0,0 +1,11 @@ + + + + + fle.ms + + +

fle.ms

+

404 Not Found Page

+ + -- cgit v1.2.3