From 890a06aff83330a235002e5decccdb96a48569a9 Mon Sep 17 00:00:00 2001 From: missytake Date: Sat, 20 Jun 2020 14:34:25 +0200 Subject: [PATCH] hello vuew --- .gitignore | 1 + index.html | 36 ++++++++++++++++++++++++++++++++++++ js/index.js | 0 3 files changed, 37 insertions(+) create mode 100644 index.html create mode 100644 js/index.js 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