summaryrefslogtreecommitdiffhomepage
path: root/backend/src/main/resources/templates/articles-list.html
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-07-28 20:00:49 -0400
committerrealtradam <[email protected]>2024-07-28 20:00:49 -0400
commitfc34d9853386b6dbf270a10862a47a052f1fb151 (patch)
tree20ebca59324d88eab8b867306dd251a27cd91699 /backend/src/main/resources/templates/articles-list.html
parentc24839e8f8b4b6868f8ee383b589ce01dcdc81e1 (diff)
downloadspring-blog-dev.tar.gz
spring-blog-dev.zip
code cleanupdev
Diffstat (limited to 'backend/src/main/resources/templates/articles-list.html')
-rw-r--r--backend/src/main/resources/templates/articles-list.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/backend/src/main/resources/templates/articles-list.html b/backend/src/main/resources/templates/articles-list.html
index 799c751..3e133df 100644
--- a/backend/src/main/resources/templates/articles-list.html
+++ b/backend/src/main/resources/templates/articles-list.html
@@ -5,12 +5,12 @@
<title>Title</title>
</head>
<body>
- <h1>blah blah</h1>
- <div th:each="article :${articles}" style="">
- <div>my aga article</div>
- <h2 th:text="${article.title}"></h2>
- <img th:src="${article.photoUrl}" alt="..."/>
- <p th:text="${article.content}"></p>
- </div>
+<h1>blah blah</h1>
+<div th:each="article :${articles}" style="">
+ <div>my aga article</div>
+ <h2 th:text="${article.title}"></h2>
+ <img th:src="${article.photoUrl}" alt="..."/>
+ <p th:text="${article.content}"></p>
+</div>
</body>
</html> \ No newline at end of file