Skip to content

Commit

Permalink
Merge pull request #1085 from andypiper/ui-fav-home-icon
Browse files Browse the repository at this point in the history
Add web favicon/home icon
  • Loading branch information
evilsocket committed Jul 18, 2022
2 parents af5a6f6 + 5bdf18c commit 5c29aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added pwnagotchi/ui/web/static/images/pwnagotchi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions pwnagotchi/ui/web/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5c29aa3

Please sign in to comment.