Skip to content

Commit e31cbc5

Browse files
committed
Add meta charset.
1 parent 6a53ff6 commit e31cbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!doctype html>
22
<head>
3+
<meta charset="utf-8">
34
<style>
45
body {
56
background: #ccc;
@@ -18,4 +19,3 @@ <h1>React &lt;TextareaAutosize /&gt; component</h1>
1819
<div id="main"></div>
1920
<script src="bundle.js"></script>
2021
</body>
21-

0 commit comments

Comments
 (0)