diff options
-rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,9 +1,12 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html lang="zh-Hant-TW" class="han-init" xmlns="http://www.w3.org/1999/xhtml"> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <!-- This page is JavaScript free --> | 4 | <!-- This page is JavaScript free --> |
5 | <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> | ||
6 | <title>Hello World</title> | 5 | <title>Hello World</title> |
6 | <meta charset="utf-8"> | ||
7 | <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> | ||
8 | <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> | ||
9 | <link href="favicon.ico" rel="shortcut icon"> | ||
7 | <style> | 10 | <style> |
8 | div.body { | 11 | div.body { |
9 | background-color: #fff; | 12 | background-color: #fff; |
@@ -72,8 +75,6 @@ | |||
72 | padding: 0 | 75 | padding: 0 |
73 | } | 76 | } |
74 | </style> | 77 | </style> |
75 | <link href="favicon.ico" rel="shortcut icon"> | ||
76 | <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> | ||
77 | </head> | 78 | </head> |
78 | <body> | 79 | <body> |
79 | <div class="document"> | 80 | <div class="document"> |