Skip to content

Commit 0ef9282

Browse files
committed
Add charset, change page title
1 parent cc13282 commit 0ef9282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Hello React</title>
4+
<meta charset="utf-8">
5+
<title>React Tutorial</title>
56
<!-- Not present in the tutorial. Just for basic styling. -->
67
<link rel="stylesheet" href="css/base.css" />
78
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/react.js"></script>

0 commit comments

Comments
 (0)