Add viewport meta

This commit is contained in:
missing 2023-06-07 19:48:16 -06:00
parent 41975bca4d
commit 7077168529

View file

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% set title = "TheMissingPiece" %}
{% set img = get_url(path="/missing.png") %}