mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Add viewport tag for mobile users
This commit is contained in:
@@ -78,3 +78,8 @@ BEGIN {
|
|||||||
{
|
{
|
||||||
print
|
print
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/<head>/ {
|
||||||
|
# Add viewport size <meta> tag for mobile users
|
||||||
|
print " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user