diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed8ebf5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ \ No newline at end of file diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..0ab9c85 Binary files /dev/null and b/static/favicon.png differ diff --git a/templates/base.html b/templates/base.html index f6cfaa8..d2feb86 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,7 +14,8 @@ {% endassets %} - Flask + htmx + + Board++ {% block content %}