From a25d00d5519ffa79fd0f4fc882558e2df7f35625 Mon Sep 17 00:00:00 2001 From: yennanliu Date: Tue, 21 Nov 2023 19:00:07 +0800 Subject: [PATCH] add edit style in blog post thml --- .../resources/templates/post/create_post.html | 57 ++++++++++++++++--- 1 file changed, 50 insertions(+), 7 deletions(-) diff --git a/springBootBlog/src/main/resources/templates/post/create_post.html b/springBootBlog/src/main/resources/templates/post/create_post.html index 4244abff5..1625c0887 100644 --- a/springBootBlog/src/main/resources/templates/post/create_post.html +++ b/springBootBlog/src/main/resources/templates/post/create_post.html @@ -1,9 +1,21 @@ - + - - - This is the title of the Spring Boot POC! + + Create A New Post +
@@ -11,9 +23,40 @@

Create A New Post


Title:

- -

Content:

+

Content:

+
+ + + + + + + + +
+

+ + - \ No newline at end of file +