diff --git a/.gitignore b/.gitignore index 0bfa500..a0c230d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ venv pizzatool.sqlite __pycache__ *.swp +.idea/ diff --git a/index.html b/index.html new file mode 100644 index 0000000..af58900 --- /dev/null +++ b/index.html @@ -0,0 +1,36 @@ + + + + Pizza belegen für Dummies + + + +
+ {{ message }} +
+
+ + Hover your mouse over me for a few seconds + to see my dynamically bound title! + +
+ + + + + + diff --git a/js/index.js b/js/index.js new file mode 100644 index 0000000..e69de29