Changed viewport to make the site mobile responsive

This commit is contained in:
Kevin Froman
2017-01-03 18:18:20 -06:00
parent f9e99c0fd0
commit 45890e1b97
4 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<head>
<title>WebRTC IP Leak VPN / Tor Test | Privacy Tools</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>