Added viewport width to header of main index.html page.

This commit is contained in:
2017-09-26 20:37:24 +02:00
parent 30226af6f6
commit 5341e940c6

View File

@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>seasoned Shows</title>
</head>
<body style='margin: 0'>