We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa7569 commit 58c30feCopy full SHA for 58c30fe
src/main/resources/templates/index.html
@@ -7,10 +7,10 @@
7
<tr>
8
<td>
9
<th:block th:if="${isFirstLoad}">
10
- <p class="bounceInRight animated"><img src="images/easybuggy.png" /></p>
+ <img src="images/easybuggy.png" class="bounceInRight animated" />
11
</th:block>
12
<th:block th:unless="${isFirstLoad}">
13
- <img src="images/easybuggy.png" />
+ <img src="images/easybuggy.png" />
14
15
</td>
16
<td><span class="glyphicon glyphicon-warning-sign"></span>
0 commit comments