Prevent zooming in

main
sudoer777 2021-11-26 22:39:20 -07:00
parent fcf9d28dd6
commit c3d5447ce0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ doctype html
html html
head head
title= title + ' - Score Tracker' title= title + ' - Score Tracker'
meta(name='viewport', content='width=device-width, initial-scale=1') meta(name='viewport', content='width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1, user-scalable=no')
link(rel='stylesheet', href='/stylesheets/style.css') link(rel='stylesheet', href='/stylesheets/style.css')
block stylesheets block stylesheets
body body