From 567c6f8119f1ca4e2ca824d3cd49137ffdd93ce1 Mon Sep 17 00:00:00 2001 From: Hongyi Mao <MaoH1@cardiff.ac.uk> Date: Tue, 30 Jul 2024 15:11:14 +0100 Subject: [PATCH] renew --- Cmt120 Cw2 Resit/LICENSE => LICENSE | 0 Cmt120 Cw2 Resit/README.md => README.md | 0 Cmt120 Cw2 Resit/app.py => app.py | 0 Cmt120 Cw2 Resit/style.css => style.css | 0 {Cmt120 Cw2 Resit/templates => templates}/about.html | 0 {Cmt120 Cw2 Resit/templates => templates}/index.html | 0 {Cmt120 Cw2 Resit/templates => templates}/login.html | 0 {Cmt120 Cw2 Resit/templates => templates}/posts.html | 0 {Cmt120 Cw2 Resit/templates => templates}/publish.html | 0 {Cmt120 Cw2 Resit/templates => templates}/register.html | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename Cmt120 Cw2 Resit/LICENSE => LICENSE (100%) rename Cmt120 Cw2 Resit/README.md => README.md (100%) rename Cmt120 Cw2 Resit/app.py => app.py (100%) rename Cmt120 Cw2 Resit/style.css => style.css (100%) rename {Cmt120 Cw2 Resit/templates => templates}/about.html (100%) rename {Cmt120 Cw2 Resit/templates => templates}/index.html (100%) rename {Cmt120 Cw2 Resit/templates => templates}/login.html (100%) rename {Cmt120 Cw2 Resit/templates => templates}/posts.html (100%) rename {Cmt120 Cw2 Resit/templates => templates}/publish.html (100%) rename {Cmt120 Cw2 Resit/templates => templates}/register.html (100%) 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 -- GitLab