From b666f881cdaf5c53ddcf9c5aac62c0fe949f31d3 Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Sun, 24 Nov 2024 12:11:22 +0100 Subject: [PATCH] restructuring + adding favicon --- Rocket.toml | 2 + favicon.ico | 353 ++++++++++++++++++++ {templates => static/html}/index.html.tera | 1 + {templates => static/html}/result.html.tera | 0 static/images/favicon.svg | 353 ++++++++++++++++++++ 5 files changed, 709 insertions(+) create mode 100644 Rocket.toml create mode 100644 favicon.ico rename {templates => static/html}/index.html.tera (99%) rename {templates => static/html}/result.html.tera (100%) create mode 100644 static/images/favicon.svg diff --git a/Rocket.toml b/Rocket.toml new file mode 100644 index 0000000..5a48c6b --- /dev/null +++ b/Rocket.toml @@ -0,0 +1,2 @@ +[default] +template_dir = "static/html" diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..d6bd241 --- /dev/null +++ b/favicon.ico @@ -0,0 +1,353 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/index.html.tera b/static/html/index.html.tera similarity index 99% rename from templates/index.html.tera rename to static/html/index.html.tera index 55927b4..7fd62ce 100644 --- a/templates/index.html.tera +++ b/static/html/index.html.tera @@ -5,6 +5,7 @@ Login +