Skip to content

Commit

Permalink
refactor html
Browse files Browse the repository at this point in the history
  • Loading branch information
ardean committed Feb 1, 2017
1 parent 3b45134 commit e68e25b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<title>jsSauna</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="jsSauna">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<link rel="stylesheet" href="index.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssauna",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Web Based Sauna Control System written in JavaScript",
"main": "src/index.js",
"author": "ardean",
Expand Down
4 changes: 4 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<title>jsSauna</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="jsSauna">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<link rel="stylesheet" href="index.css">
</head>

Expand Down

0 comments on commit e68e25b

Please sign in to comment.