diff --git a/README.md b/README.md index e1504b2..1eb7981 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Simple AI - Bridging the Gap with AI For Everyone +# SIMPLE AI - Bridging the Gap with AI For Everyone [![project badge](https://img.shields.io/badge/1chooo-simple__ai-informational)](https://github.com/1chooo/simple-ai) [![Made with Python](https://img.shields.io/badge/Python=3.10.1-blue?logo=python&logoColor=white)](https://python.org "Go to Python homepage") diff --git a/main.py b/main.py index 6530e9b..733ace9 100644 --- a/main.py +++ b/main.py @@ -56,3 +56,15 @@ async def page_signup(request: Request, ): return templates.TemplateResponse( f"signup.html", {"request": request} ) + +@app.get("/help", response_class=HTMLResponse) +async def page_help(request: Request, ): + return templates.TemplateResponse( + f"help.html", {"request": request} + ) + +@app.get("/settings", response_class=HTMLResponse) +async def page_settings(request: Request, ): + return templates.TemplateResponse( + f"settings.html", {"request": request} + ) diff --git a/templates/404.html b/templates/404.html index 7dc0964..3dce08f 100644 --- a/templates/404.html +++ b/templates/404.html @@ -2,22 +2,22 @@ - Portal - Bootstrap 5 Admin Dashboard Template For Developers + SIMPLE AI - Bridging the Gap with AI For Everyone - - - - + + + + - - - + + + - - + + - - + + diff --git a/templates/account.html b/templates/account.html index 21b07a3..6af74c1 100644 --- a/templates/account.html +++ b/templates/account.html @@ -2,16 +2,16 @@ - Portal - Bootstrap 5 Admin Dashboard Template For Developers + SIMPLE AI - Bridging the Gap with AI For Everyone - - - + + + diff --git a/templates/charts.html b/templates/charts.html index 6d78c2e..cbe4ab1 100644 --- a/templates/charts.html +++ b/templates/charts.html @@ -2,16 +2,16 @@ - Portal - Bootstrap 5 Admin Dashboard Template For Developers + SIMPLE AI - Bridging the Gap with AI For Everyone - - - + + + diff --git a/templates/docs.html b/templates/docs.html index 2b3fd7d..4ca5668 100644 --- a/templates/docs.html +++ b/templates/docs.html @@ -2,16 +2,16 @@ - Portal - Bootstrap 5 Admin Dashboard Template For Developers + SIMPLE AI - Bridging the Gap with AI For Everyone - - - + + + @@ -191,8 +191,8 @@
×
- +
diff --git a/templates/help.html b/templates/help.html index 505f0cb..0cecac5 100644 --- a/templates/help.html +++ b/templates/help.html @@ -2,16 +2,16 @@ - Portal - Bootstrap 5 Admin Dashboard Template For Developers + SIMPLE AI - Bridging the Gap with AI For Everyone - - - + + + @@ -191,7 +191,7 @@
×
-
@@ -199,7 +199,7 @@