Browse Source

added <meta viewport> tag to scale well on mobile devices

master
T. Meissner 11 years ago
parent
commit
2d197af4ff
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      index.html

+ 1
- 0
index.html View File

@ -4,6 +4,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>DVB Abfahrtsmonitor</title> <title>DVB Abfahrtsmonitor</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head> </head>
<body> <body>


Loading…
Cancel
Save