Skip to content

Commit b062d24

Browse files
32grahamEisenbergEffect
authored andcommittedOct 17, 2016
fix(index): specify utf-8 as the charset (aurelia#698)
Follow best practice to explicitly declate a charset. Relates to aurelia#642
1 parent 5e056e0 commit b062d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎skeleton-esnext/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<meta charset="utf-8">
45
<title>Aurelia</title>
56
<!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
67
<link rel="stylesheet" href="jspm_packages/npm/font-awesome@4.6.3/css/font-awesome.min.css">

0 commit comments

Comments
 (0)
Please sign in to comment.