-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
116 lines (111 loc) · 5.57 KB
/
about.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>冷域离线网页小游戏平台</title>
<meta name="keywords" content="小游戏平台" />
<meta name="description" content="小游戏平台" />
<meta name="author" content="冷域" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<link rel='stylesheet' href="https://cdn.staticfile.org/twitter-bootstrap/3.3.5/css/bootstrap.css" />
<link rel='stylesheet' href="css/material-dashboard.css" />
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/material.min.js" type="text/javascript"></script>
<!--<script src="https://cdn.bootcdn.net/ajax/libs/chartist/0.9.8/chartist.js"></script>-->
<script src="js/material-dashboard.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-190316399-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-190316399-1');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6239573602007020" crossorigen="anonymous"></script>
</head>
<body>
<div class="wrapper">
<div class="sidebar" data-color="purple" data-image="">
<div class="logo">
<a href="#" target="right" class="simple-text"><img src="img/冷域蓝logo.png" width="30" height="30" /> ColdRegionGames</a>
</div>
<div class="sidebar-wrapper">
<ul class="nav">
<li >
<a href="index.html">
<i class="fa fa-window-restore"></i>
<p>离线游戏</p>
</a>
</li>
<li >
<a href="photos.html">
<i class="fa fa-picture-o"></i>
<p>在线美图</p>
</a>
</li>
<li>
<a href="https://www.coldregion.top" target="_blank">
<i class="fa fa-link"></i>
<p>神秘链接</p>
</a>
</li>
</ul>
<div align="center">
<hr>
<a href="about.html">关于本页</a> |
<a href="https://github.com/LYOfficial/HiGames/releases">下载离线版</a> |
<a href="disclaimers.html">免责声明</a>
</hr>
<hr>
<a href="http://beian.miit.gov.cn/" target="_blank">鲁ICP备2022009633号</a>
</div>
</div>
</div>
<div class="main-panel">
<nav class="navbar navbar-transparent navbar-absolute" style="background-color: #fff;">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li >
<a href="https://github.com/LYOfficial/HiGames/" class="dropdown-toggle">
<i class="fa fa-github" aria-hidden="true"></i>
<p class="hidden-lg hidden-md">GitHub</p>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="content">
<div class="container-fluid">
<div class="row">
<div style="margin:15px;">
<div class="text-center">
<h5>《关于本页》</h5>
</div>
<div style="background-color:white;padding:15px;">
<p>1.本站由冷域完成,此站为在 GitHub 开源的小游戏页,原页为离线游戏,这里挂云体验方便大家预览后下载。</p>
<p>2.本页面旨在收集好玩的东西,以本地 html 文件为主。</p>
<p>3.本站与其他站无任何关联,请认准 ColdRegion.top。</p>
<p>4.网页投稿、出现问题、BUG发到 <a href="mailto:ysliuyue@outlook.com">邮箱</a> </p>
<p>5.喜欢的话务必把这个页面和 <a href="https://github.com/LYOfficial/HiGames">源码及下载地址</a> 分享出去,让大家一起玩。有访客便是本站最大的动力。</p>
<p>或者来B站<a href="https://space.bilibili.com/360974141">点个关注</a></p>
<img src="img/冷域蓝logo.png" width=200px height=200px/>
</div></div> </div>
</div>
</div>
</div>
</body>
</html>