diff --git a/app.py b/site/app.py similarity index 100% rename from app.py rename to site/app.py diff --git a/static/favicon.svg b/site/static/favicon.svg similarity index 100% rename from static/favicon.svg rename to site/static/favicon.svg diff --git a/static/logo.svg b/site/static/logo.svg similarity index 100% rename from static/logo.svg rename to site/static/logo.svg diff --git a/static/style.css b/site/static/style.css similarity index 100% rename from static/style.css rename to site/static/style.css diff --git a/templates/index.html b/site/templates/index.html similarity index 100% rename from templates/index.html rename to site/templates/index.html