-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (51 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport"
content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, minimal-ui, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<title>段桑小剧场</title>
<!-- <link rel="stylesheet" href="#"> -->
<style type="text/css">
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%
}
body {
height: 100%;
margin: 0;
padding: 0;
}
.bigger {
font-size: 2rem;
margin: 0.5rem 1rem;
display: block;
}
</style>
</head>
<body>
<h1>段桑小剧场</h1>
<h2>一些需要在公网和https上进行测试的小玩意</h2>
<a href="open.html">数字化经营调用exe示例</a>
<a href="iphoneXfit.html">IphoneX的适配</a>
<a href="night.html">等待动画</a>
<h3>逆徒们的尾牙作品</h3>
<a href="flappyBird/index.html" class="bigger">文杰小鸟</a>
<br>
<a href="huafu/index.html" class="bigger">贞鸿画符</a>
<br>
<a href="redBack/transform.html" class="bigger">海斌红包</a>
<br>
<script type="text/javascript">
</script>
</body>
</html>