diff --git a/db/data.db b/db/data.db index 43373c3..a24b160 100644 Binary files a/db/data.db and b/db/data.db differ diff --git a/static/background.jpg b/static/background.jpg deleted file mode 100644 index 36f9c2c..0000000 Binary files a/static/background.jpg and /dev/null differ diff --git a/static/index.html b/static/index.html index 9bfeba6..c8622b2 100644 --- a/static/index.html +++ b/static/index.html @@ -7,11 +7,6 @@ .intro{ text-align: center; } - body{ - background-image: url("./static/background.jpg"); - background-repeat: no-repeat; - background-size: cover; - }