-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoffline.html
52 lines (50 loc) · 2.47 KB
/
offline.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype>
<html>
<head>
<meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=yes, maximum-scale=5.0'>
<meta name="theme-color" content="#FFEB3B">
<meta name="apple-mobile-web-app-status-bar-style" content="#FFEB3B">
<meta name="msapplication-TileColor" content="#FFEB3B">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
<meta name="msapplication-TileImage" content="/assets/img/touch/app_icon_144.png">
<meta content="http://yehuang.me/assets/img/home-screenshot.png" property="og:image" />
<meta content='@crabcanon' property='og:title' />
<meta content='http://crabcanon.github.io' property='og:url' />
<meta content="503 Page" property='og:description' />
<meta content="blog" property="og:type" />
<title>@crabcanon - 503</title>
<link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/assets/img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/assets/img/touch/app_icon_144.png">
<link rel='stylesheet' href='/assets/css/main.css' type='text/css' />
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Cutive+Mono' type='text/css'>
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Dosis:700&text=503' type='text/css'>
<link rel="manifest" href="/manifest.json">
</head>
<body>
<header class="header">
<div class="align-text">
<a href="/" class="home">💥</a>
</div>
</header>
<div class="wrapper" style="height: 100%;">
<div class="sidebar" style="padding: 40px 40px;">
<div style="font-family: 'Dosis'; font-size: 100px; line-height: 1;">503</div>
<p>What? Internet connection lost!</p>
</div>
<div class="column js-content" style="height: 80%; padding: 25px 40px;">
<p><a href="http://yehuang.me">🌵 Back to Linkedin</a></p>
<p>
🔆 Contact me via
<a href="https://github.com/crabcanon">Github</a> or <a href="mailto:[email protected]">Gmail</a>.
</p>
<p>
👻 Find me on
<a href="http://www.zhihu.com/people/ye-huang-7-35">『知乎』</a> or <a href="https://www.youtube.com/channel/UCglv5J7B8eSfNnB5Nb4YffQ">Youtube</a>.
</p>
<p>🌈 Have a nice day!</p>
</div>
</div>
</body>
</html>