-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
55 changed files
with
10,392 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!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" crossorigin="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="disclaimers.html">免责声明</a> | | ||
<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 class="active"> | ||
<a href="index%EF%B9%96tab=0.html" class="dropdown-toggle"> | ||
<i class="fa fa-windows"></i> | ||
<p class="hidden-lg hidden-md">关于本页</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.本站宗旨是收集好玩的东西,并提供离线游戏包,此网站为在线体验,不以此直接盈利。</p> | ||
<p>2.部分游戏本站通过开源项目获得,对此有疑问可在 README 下方链接去提问,需自行查看其 README 问题。</p> | ||
<p>3.本站保证站内能看见的小游戏都是合法合规的,如在外链中发现不好的东西与本站无关,因为不是本站的内容,不能且无法对此负责。</p> | ||
<p>4.网页投稿、出现问题、BUG发到 <a href="mailto:ysliuyue@outlook.com">邮箱</a> </p> | ||
<img src="img/冷域蓝logo.png" width=200px height=200px/> | ||
</div></div> </div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
Oops, something went wrong.