From ae05e3a6f1b430aff9981f4df7aa80925a49faa3 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 11 Mar 2021 21:58:29 +0100 Subject: [PATCH] Add HTML --- apps/front/templates/layouts/main.html | 55 +++++++++++++++++++ .../templates/partials/blog/all_articles.html | 0 .../front/templates/partials/blog/single.html | 0 .../templates/partials/website/about.html | 0 4 files changed, 55 insertions(+) create mode 100644 apps/front/templates/layouts/main.html create mode 100644 apps/front/templates/partials/blog/all_articles.html create mode 100644 apps/front/templates/partials/blog/single.html create mode 100644 apps/front/templates/partials/website/about.html diff --git a/apps/front/templates/layouts/main.html b/apps/front/templates/layouts/main.html new file mode 100644 index 0000000..b33c4ca --- /dev/null +++ b/apps/front/templates/layouts/main.html @@ -0,0 +1,55 @@ + + + + + DEMO Websocket over HTML + + + + + + + + + + + + +
+ + + diff --git a/apps/front/templates/partials/blog/all_articles.html b/apps/front/templates/partials/blog/all_articles.html new file mode 100644 index 0000000..e69de29 diff --git a/apps/front/templates/partials/blog/single.html b/apps/front/templates/partials/blog/single.html new file mode 100644 index 0000000..e69de29 diff --git a/apps/front/templates/partials/website/about.html b/apps/front/templates/partials/website/about.html new file mode 100644 index 0000000..e69de29