mirror of
https://github.com/evilsocket/pwnagotchi.git
synced 2026-01-23 02:24:15 +00:00
update base.html
added <meta name="apple-mobile-web-app-capable" content="yes"> so safari can show it fullscreen
This commit is contained in:
parent
cd50cf7418
commit
0c9f603844
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<head>
|
||||
{% block meta %}
|
||||
<meta charset="utf-8">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue