From 1e18e0ad7a47536be92384bbf815e0923a06698d Mon Sep 17 00:00:00 2001 From: realtradam Date: Tue, 23 Jul 2024 20:47:31 -0400 Subject: split front and back end, add react to project --- .../main/resources/templates/articles/show.html | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 backend/src/main/resources/templates/articles/show.html (limited to 'backend/src/main/resources/templates/articles/show.html') diff --git a/backend/src/main/resources/templates/articles/show.html b/backend/src/main/resources/templates/articles/show.html new file mode 100644 index 0000000..206aaae --- /dev/null +++ b/backend/src/main/resources/templates/articles/show.html @@ -0,0 +1,87 @@ + + + + + + + +
+

+

Welcome to Ghostwind CSS

+
+ + +
+ + +
+ +
+ +
+ + + +
+ + + +
+ + + +
+

Subscribe to Ghostwind CSS

+

Get the latest posts delivered right to your inbox

+
+
+
+ + +
+
+
+
+ + + + +
+ Avatar of Author +
+

Ghostwind CSS

+

Tailwind CSS version of Ghost's Casper theme by TailwindToolbox.com

+
+
+ +
+ + +
+ + +
+ +
+ + + + + + + + \ No newline at end of file -- cgit v1.2.3