diff options
Diffstat (limited to 'backend/src/main/resources/templates/articles-list.html')
| -rw-r--r-- | backend/src/main/resources/templates/articles-list.html | 14 |
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 |
