diff --git a/App.py b/App.py index 1724e09..508d693 100644 --- a/App.py +++ b/App.py @@ -1,7 +1,7 @@ from flask import Flask,render_template,request from Database import Add_Account,Get_Accounts,Verify_Cred,Add_to_Notes,Show_Notes,Delete_Note -app = Flask(__name__ ,template_folder= "Templates") +app = Flask(__name__ ) ACCOUNTS = Get_Accounts() Login = [False,""] diff --git a/Templates/BadUserName.html b/BadUserName.html similarity index 100% rename from Templates/BadUserName.html rename to BadUserName.html diff --git a/Templates/ConfirmDeleted.html b/ConfirmDeleted.html similarity index 100% rename from Templates/ConfirmDeleted.html rename to ConfirmDeleted.html diff --git a/Templates/ConfirmSign-in.html b/ConfirmSign-in.html similarity index 100% rename from Templates/ConfirmSign-in.html rename to ConfirmSign-in.html diff --git a/Templates/LoginError.html b/LoginError.html similarity index 100% rename from Templates/LoginError.html rename to LoginError.html diff --git a/Templates/MakinTodos.html b/MakinTodos.html similarity index 100% rename from Templates/MakinTodos.html rename to MakinTodos.html diff --git a/Templates/SEEToDos.html b/SEEToDos.html similarity index 100% rename from Templates/SEEToDos.html rename to SEEToDos.html diff --git a/Templates/Sign_up.html b/Sign_up.html similarity index 100% rename from Templates/Sign_up.html rename to Sign_up.html diff --git a/Templates/index.html b/Templates/index.html deleted file mode 100644 index bfda9a5..0000000 --- a/Templates/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - {% include 'bootstrap.html'%} - - -
-

Welcome!

-
- -
- -
- Don't have an account? Sign up here!
- -
-
- - - \ No newline at end of file diff --git a/Templates/bootstrap.html b/bootstrap.html similarity index 100% rename from Templates/bootstrap.html rename to bootstrap.html diff --git a/index.html b/index.html index 14bb3f1..bfda9a5 100644 --- a/index.html +++ b/index.html @@ -1 +1,20 @@ - \ No newline at end of file + + + + {% include 'bootstrap.html'%} + + +
+

Welcome!

+
+ +
+ +
+ Don't have an account? Sign up here!
+ +
+
+ + + \ No newline at end of file