From d5dcf044a79ecb8cd937359a1ac256802ae09a6b Mon Sep 17 00:00:00 2001 From: jvs Date: Fri, 17 Jan 2025 17:22:10 +0100 Subject: [PATCH] HTML Base --- .gitignore | 2 +- core/accounts/templates/accounts/home.html | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3397842..8de75bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ __pycache__ .venv - +db.sqlite3 \ No newline at end of file diff --git a/core/accounts/templates/accounts/home.html b/core/accounts/templates/accounts/home.html index e69de29..90ebc1d 100644 --- a/core/accounts/templates/accounts/home.html +++ b/core/accounts/templates/accounts/home.html @@ -0,0 +1,11 @@ + + + + + + Home + + +

Moin moin!

+ + \ No newline at end of file