Skip to content

Commit

Permalink
refactor(package): update title to match package name
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Mar 15, 2022
1 parent 55f57f6 commit 5ce0884
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions template/public/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Crestron CH5 Template</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Crestron CH5 Typescript</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>

0 comments on commit 5ce0884

Please sign in to comment.