mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Merge pull request #1085 from andypiper/ui-fav-home-icon
Add web favicon/home icon
This commit is contained in:
BIN
pwnagotchi/ui/web/static/images/pwnagotchi.png
Normal file
BIN
pwnagotchi/ui/web/static/images/pwnagotchi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -16,6 +16,8 @@
|
|||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="/js/jquery.mobile/jquery.mobile-1.4.5.min.css"/>
|
<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="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 %}
|
{% endblock %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user