Skip to content

Commit

Permalink
Merge pull request #216 from kadirahq/add-charset
Browse files Browse the repository at this point in the history
Add charset meta tag
  • Loading branch information
Muhammed Thanish committed May 25, 2016
2 parents 3a21d57 + b9c8991 commit 3b17219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/server/iframe.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default function (headHtml) {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
if (window.parent !== window) {
Expand Down
1 change: 1 addition & 0 deletions src/server/index.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default function () {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>React Storybook</title>
<style>
Expand Down

0 comments on commit 3b17219

Please sign in to comment.