Skip to content

Commit

Permalink
Add charset meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thani-sh committed May 25, 2016
1 parent 3a21d57 commit b9c8991
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 b9c8991

Please sign in to comment.