diff --git a/website/.gitignore b/.gitignore similarity index 100% rename from website/.gitignore rename to .gitignore diff --git a/Icons/L.png b/icons/L.png similarity index 100% rename from Icons/L.png rename to icons/L.png diff --git a/Icons/P.png b/icons/P.png similarity index 100% rename from Icons/P.png rename to icons/P.png diff --git a/Icons/S.png b/icons/S.png similarity index 100% rename from Icons/S.png rename to icons/S.png diff --git a/Icons/U.png b/icons/U.png similarity index 100% rename from Icons/U.png rename to icons/U.png diff --git a/website/static/bg.jpg b/static/bg.jpg similarity index 100% rename from website/static/bg.jpg rename to static/bg.jpg diff --git a/website/static/progressbar.js b/static/progressbar.js similarity index 100% rename from website/static/progressbar.js rename to static/progressbar.js diff --git a/website/templates/buy.html b/templates/buy.html similarity index 100% rename from website/templates/buy.html rename to templates/buy.html diff --git a/website/templates/index.html b/templates/index.html similarity index 100% rename from website/templates/index.html rename to templates/index.html diff --git a/website/templates/layout.html b/templates/layout.html similarity index 100% rename from website/templates/layout.html rename to templates/layout.html diff --git a/website/templates/payment.html b/templates/payment.html similarity index 100% rename from website/templates/payment.html rename to templates/payment.html diff --git a/website/templates/wait.html b/templates/wait.html similarity index 100% rename from website/templates/wait.html rename to templates/wait.html diff --git a/website/webinterface.py b/webinterface.py similarity index 100% rename from website/webinterface.py rename to webinterface.py