加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index2.html 4.02 KB
一键复制 编辑 原始数据 按行查看 历史
虚空之翼 提交于 2016-04-03 01:42 . 第一版1.1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--META-DESCRIPTION-->
<!--META-KEYWORDS-->
<title>GAME</title>
<!--pageMeta-->
<!-- Loading Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Loading Font Styles -->
<link href="css/iconfont.css" rel="stylesheet">
<!-- Loading Elements Styles -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="scripts/html5shiv.js"></script>
<script src="scripts/respond.min.js"></script>
<![endif]-->
<!--headerIncludes-->
</head>
<body data-spy="scroll" data-target=".navMenuCollapse">
<!--PRELOADER-->
<div id="wrap">
<!-- VIDEO POPUP BLOCK -->
<section id="video-popup" class="text-center">
<div class="container">
<div class="col-md-6 col-md-offset-2" id="logo">
<img src="images/logo02.png" class="screen">
</div>
<div class="col-md-8 col-md-offset-2" id="video">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item"
src="https://www.youtube.com/embed/ibklpzKai-o?rel=0&showinfo=0"
allowfullscreen=""></iframe>
</div>
</div>
</div>
</section>
<!-- DOWNLOAD CENTER APP IMAGE BLOCK -->
<section id="download-center-app-image" class="bg-color1 dark-bg text-center cover-bg">
<div class="container">
<img src="images/icon.jpg" class="sep-bottom" alt="" width="150" height="150">
<h2 class="big-title">PREPARE FOR <strong>WAR</strong>!</h2>
<p class="sep-bottom desc-text editContent">THE WORLD IS IN PERIL, TERRORISM IS RISING, HOSTAGES ARE TAKEN,
MINDS ARE PLAGUED WITH FEAR. BE A HERO, ONLY YOU CAN END THIS ALL! KEEP GROWING YOUR SKILL TO OPEN
DIFFERENT MODES AND ENGAGE IN A MOVING STORY THAT CONTINUES TO UPDATE! . GET ALL YOUR WEAPONS AND
BULLETS, GET READY FOR EXTREME HUNTING!</p>
</div>
</section>
<!-- DOWNLOAD MARKER ARROW DOWN BLOCK -->
<section id="download-marker-arrow-down" class="dark-bg bg-color2 cover-bg">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 data-selector="h2">DOWNLOAD AND PLAY FOR FREE!</h2>
<div class="marker-arrow-down"><a href="#" class="btn btn-lg btn-primary-white">DOWNLOAD <br>& PLAY
FOR FREE!</a></div>
</div>
</div>
</div>
</section>
<!-- SHARE LINE BIG BLOCK -->
<section id="share-line-big" class="dark-bg bg-color1 text-center half-padding cover-bg">
<div class="container">
<div class="row">
<h2>CONNECT ON SOCIAL MEDIA</h2>
<div class="col-md-6 col-md-offset-3">
<ul class="share-list big-share-list">
<li>
<a href="#" class="goodshare" data-type="fb"><i class="icon icon-facebook2"></i></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- FOOTER CENTER -->
<footer id="footer-center" class="text-center bg-color3">
<div class="container">
<ul class="soc-list sep-bottom">
<li><a href="http://www.tuo3.com" target="_blank">Tuo3 Game</a></li>
</ul>
<p class="editContent">© 2015 GAME<br>Designed by <a href="http://www.jason-z.com/"
target="_blank">Jason.z</a></p>
</div>
</footer>
</div>
<!-- /#wrap -->
<!-- JavaScript -->
<script src="scripts/jquery-1.11.2.min.js"></script>
<script src="scripts/bootstrap.min.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化