Skip to content

Commit b9c203b

Browse files
committed
App icon
1 parent 6206bda commit b9c203b

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<br>
1010
<br>
1111

12-
[**Live demo on heroku**](https://throyer-crud-api.herokuapp.com/api/)
12+
[**Live demo on heroku**](https://throyer-crud-api.herokuapp.com/app)
1313

1414
## Sumario
1515

src/main/resources/static/favicon.ico

5.23 KB
Binary file not shown.

src/main/resources/static/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /admin

src/main/resources/templates/app/fragments/layout.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212
<base href="/">
1313

14+
<link rel="shortcut icon" th:href="@{/favicon.ico}" type="image/x-icon">
15+
1416
<!-- default links -->
1517
<th:block
1618
th:replace="~{app/fragments/imports :: default-css}">

0 commit comments

Comments
 (0)