Skip to content

Commit aedb782

Browse files
committed
add images
add images in header and footer
1 parent 148c698 commit aedb782

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed
56.2 KB
Loading

src/main/resources/static/img/dog.jpg

68.6 KB
Loading
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
<hr>
2-
<h1>This is footer</h1>
2+
<a th:href = "@{'/'}">
3+
<h1>This is footer</h1>
4+
<img src="../img/dog.jpg" th:src="@{/img/dog.jpg}">
5+
</a>
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<a th:href = "@{'/'}">
12
<h1>This is header</h1>
2-
<a th:href = "@{'/'}">HOME</a>
3+
<img src="../img/blog.jpg" th:src="@{/img/blog.jpg}">
4+
</a>
35
<hr>

0 commit comments

Comments
 (0)