1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 19:22:21 +00:00

Merge pull request #507 from BirkhoffLee/patch-1

Correctly specifying document charset
This commit is contained in:
Ruan YiFeng 2017-09-29 08:12:56 +08:00 committed by GitHub
commit 39242dff2a

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="app/bower_components/normalize-css/normalize.css"> <link rel="stylesheet" href="app/bower_components/normalize-css/normalize.css">
<link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/app.css">
@ -23,7 +23,7 @@
<div id="back_to_top">back to top</div> <div id="back_to_top">back to top</div>
<div id="edit">edit</div> <div id="edit">edit</div>
<div id="loading">Loading ...</div> <div id="loading">Loading ...</div>
<div id="error">Opps! ... File not found!</div> <div id="error">Oops! ... File not found!</div>
<div id="flip"><div id="pageup">上一章</div><div id="pagedown">下一章</div></div> <div id="flip"><div id="pageup">上一章</div><div id="pagedown">下一章</div></div>
<div class="progress-indicator-2"></div> <div class="progress-indicator-2"></div>