-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
30 lines (27 loc) · 1.09 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="sre,php,developer,frontend,devops">
<meta name="description" content="This is a blog used by a programmers to record experience">
<title>f2h2h1's blog</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="manifest" href="/manifest.webmanifest">
<meta name="theme-color" content="gray">
<link rel="apple-touch-icon" href="/icons-512.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-42Z0Q0TP8B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-42Z0Q0TP8B');
</script>
<script data-ad-client="ca-pub-5681660286360577" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<script src="/index.js"></script>
</body>
</html>