We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc13282 commit 0ef9282Copy full SHA for 0ef9282
public/index.html
@@ -1,7 +1,8 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title>Hello React</title>
+ <meta charset="utf-8">
5
+ <title>React Tutorial</title>
6
<!-- Not present in the tutorial. Just for basic styling. -->
7
<link rel="stylesheet" href="css/base.css" />
8
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/react.js"></script>
0 commit comments