aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2020-07-01 10:09:36 +0800
committerclarkzjw <[email protected]>2020-07-01 10:09:36 +0800
commit5e67efa48fd5814ddb41dcfa7e037eb6c5083f2d (patch)
treea2b756a98694c059038e1c6c7f62e62cc538f49c /index.html
parentfcfbf908e5868f064e1f0d82d43849905499323c (diff)
downloadblog.jinwei.me-5e67efa48fd5814ddb41dcfa7e037eb6c5083f2d.tar.gz
+ minify
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/index.html b/index.html
index e1bb4b4..8de39dd 100644
--- a/index.html
+++ b/index.html
@@ -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">
Powered by cgit v1.2.3 (git 2.41.0)