Skip to content

Commit

Permalink
feat(static): Support media queries
Browse files Browse the repository at this point in the history
Add meta tags in static html files
  • Loading branch information
unional committed Aug 5, 2015
1 parent fee9c60 commit 94e7b50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/client.html
Expand Up @@ -9,6 +9,7 @@
<title>Karma</title>
<link href="favicon.ico" rel="icon" type="image/x-icon">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<style type="text/css">
iframe {
height: 100%;
Expand Down
1 change: 1 addition & 0 deletions static/context.html
Expand Up @@ -8,6 +8,7 @@
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
</head>
<body>
<!-- The scripts need to be at the end of body, so that some test running frameworks
Expand Down
1 change: 1 addition & 0 deletions static/debug.html
Expand Up @@ -10,6 +10,7 @@
<title>Karma DEBUG RUNNER</title>
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
</head>
<body>
<!-- The scripts need to be at the end of body, so that some test running frameworks
Expand Down

0 comments on commit 94e7b50

Please sign in to comment.