diff --git a/Cmt120 Cw2 Resit/LICENSE b/LICENSE similarity index 100% rename from Cmt120 Cw2 Resit/LICENSE rename to LICENSE diff --git a/Cmt120 Cw2 Resit/README.md b/README.md similarity index 100% rename from Cmt120 Cw2 Resit/README.md rename to README.md diff --git a/Cmt120 Cw2 Resit/app.py b/app.py similarity index 100% rename from Cmt120 Cw2 Resit/app.py rename to app.py diff --git a/Cmt120 Cw2 Resit/style.css b/style.css similarity index 100% rename from Cmt120 Cw2 Resit/style.css rename to style.css diff --git a/Cmt120 Cw2 Resit/templates/about.html b/templates/about.html similarity index 100% rename from Cmt120 Cw2 Resit/templates/about.html rename to templates/about.html diff --git a/Cmt120 Cw2 Resit/templates/index.html b/templates/index.html similarity index 100% rename from Cmt120 Cw2 Resit/templates/index.html rename to templates/index.html diff --git a/Cmt120 Cw2 Resit/templates/login.html b/templates/login.html similarity index 100% rename from Cmt120 Cw2 Resit/templates/login.html rename to templates/login.html diff --git a/Cmt120 Cw2 Resit/templates/posts.html b/templates/posts.html similarity index 100% rename from Cmt120 Cw2 Resit/templates/posts.html rename to templates/posts.html diff --git a/Cmt120 Cw2 Resit/templates/publish.html b/templates/publish.html similarity index 100% rename from Cmt120 Cw2 Resit/templates/publish.html rename to templates/publish.html diff --git a/Cmt120 Cw2 Resit/templates/register.html b/templates/register.html similarity index 100% rename from Cmt120 Cw2 Resit/templates/register.html rename to templates/register.html