Merge pull request #1085 from andypiper/ui-fav-home-icon

Add web favicon/home icon
This commit is contained in:
Simone Margaritelli
2022-07-18 19:59:02 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -16,6 +16,8 @@
{% block styles %}
<link rel="stylesheet" href="/js/jquery.mobile/jquery.mobile-1.4.5.min.css"/>
<link rel="stylesheet" type="text/css" href="/css/style.css"/>
<link rel="apple-touch-icon" href="/images/pwnagotchi.png">
<link rel="icon" type="image/png" href="/images/pwnagotchi.png">
{% endblock %}
</head>