Skip to content

Commit 671959e

Browse files
committed
fixed encoding
1 parent ad20ef6 commit 671959e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

angular2/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>Angular 2</title>
5+
<meta charset="utf-8" />
56
<link href="../css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
67
<link href="../css/main.css" rel="stylesheet" />
78
<script src="node_modules/systemjs/dist/system.src.js"></script>

react/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<meta charset="utf-8" />
45
<title>React</title>
56
<link href="../css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
67
<link href="../css/main.css" rel="stylesheet"/>

0 commit comments

Comments
 (0)