mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04: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:
@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user