-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
58 lines (52 loc) · 2.16 KB
/
index.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
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=theme-color content=#1976d2>
<meta name=apple-mobile-web-app-capable content=yes>
<meta name=apple-mobile-web-app-status-bar-style content=black>
<meta name=apple-mobile-web-app-title content=macsen>
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-title" content="Macsen 开发学习之道">
<meta name="description" content="">
<meta content="no-cache,must-revalidate" http-equiv="Cache-Control">
<meta content="no-cache" http-equiv="pragma">
<meta content="0" http-equiv="expires">
<title>Macsen 开发学习之道</title>
<link rel="stylesheet" href="./res/main.css">
<link rel="shortcut icon" href="//www.macsen318.com/favicon.ico" type="image/x-icon"/>
</head>
<body>
<div id="container" class="container">
<div class="header">
<h1>梁玉森的个人网站</h1>
<p>YuSen Liang Personal Website</p>
</div>
<div class="content">
<div class="page-alpha">
<p>»<a href="//github.com/macsen110/Blog/">个人博客(Blog)</a></p>
<p>»<a href="/zone/">Lofter Zone</a></p>
<p>»<a href="/ui/">ui 插件(yao-m-ui)</a></p>
<p>»<a href="/pages/">路由轮子 (yao-pages)</a></p>
<p>»<a href="/canvas/">Mini 美图秀搜索秀</a></p>
<p>»<a href="/404">测试404</a></p>
<p>
<botton id="btn" style="width:100%;height: 30px; display: block; background-color: orange; color: #fff; visibility: hidden;">
测试引导用户安装
</botton>
</p>
</div>
</div>
<div class="footer">
<p><a href="mailto:839945193@qq.com">Contact</a> | macsen318.com</p>
<p style="margin-top: 12px;">豫ICP备19016468号-1</p>
</div>
</div>
</body>
</html>