-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
68 lines (67 loc) · 2.91 KB
/
index.php
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
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>平水相逢 - 小遊戲, 模擬器, 手機遊戲</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="平水相逢,RPG,FLASH,好玩遊戲,小遊戲,戀愛遊戲,模擬器">
<meta name="robots" content="all" />
<meta name="description" content="好多好玩的小遊戲,模擬器遊戲,戀愛遊戲,RPG遊戲的小天堂喔!" />
<meta name="distribution" content="global" />
<meta name="rating" content="general" />
<meta name="author" content="平水相逢" />
<meta name="copyright" content="www.cooltey.org" />
<link rel="shortcut icon" href="./ping/website_icon.ico">
<!-- Bootstrap core CSS -->
<link href="./ping/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="./ping/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./ping/css/shake.css">
<link rel="stylesheet" type="text/css" href="./ping/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="index-anim-space"></div>
<div class="index-anim-space"></div>
<div class="container index-animation">
<a href="./ping/">
<div class="row">
<div class="col-sm-12">
<div class="row index-anim-block">
<div class="col-sm-3">
<h1 class="enter-1 shake-slow">平</h1>
</div>
<div class="col-sm-3">
<h1 class="enter-2 shake-slow">水</h1>
</div>
<div class="col-sm-3">
<h1 class="enter-3 shake-slow">相</h1>
</div>
<div class="col-sm-3">
<h1 class="enter-4 shake-slow">逢</h1>
</div>
<div class="col-sm-9">
</div>
<div class="col-sm-3 copyright">
<b>© 2000 - <?php echo date("Y");?></b>
</div>
</div>
</div>
</div>
</a>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./ping/js/jquery-3.1.1.min.js"></script>
<script>window.jQuery || document.write('<script src="./ping/js/jquery-3.1.1.min.js"><\/script>')</script>
<script src="./ping/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./ping/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>