基本信息
源码名称:非常简洁漂亮的引导页带自适应,自带音频播放(适合表白)
源码大小:5.71M
文件格式:.zip
开发语言:CSS
更新时间:2019-12-19
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

非常简洁漂亮的引导页带自适应,自带音频播放




<!DOCTYPE HTML>
<html>
<head>
<title>引导主页</title>
<meta name="keywords" content="音效">
        <meta name="description" content="音效">
        <link rel="shortcut icon" href="favicon.ico">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="css/main.css" />
<noscript><link rel="stylesheet" href="css/noscript.css" /></noscript>
</head>
<body onselectstart="return false" oncontextmenu=self.event.returnValue=false> 

<!-- Wrapper -->
<div id="wrapper">

<!-- Header -->
<header id="header">
<div class="logo">

<font size="8">诗</font> </div>
<div class="content">
<div class="inner">
<h1>小妞.我爱你</h1>
<p>小妞.我爱你</p>
</div>
</div>
<nav>
<ul>
<li><a href="#" target="_blank"><i class="fa fa-home"></i>首页</a></li>
<li><a href="#" target="_blank"><i class="fa fa-qq"></i>领券</a></li>
<li><a href="#"target="_blank"><i class="fa fa-weibo"></i>微博</a></li>
<li><a href="#" target="_blank"><i class="fa fa-github"></i>github</a></li>
<li><a href="#" target="_blank"><i class="fa fa-heart-o"></i>小妞我爱你</a></li>
<li><a href="#"target="_blank"><i class="fa fa-comments-o"></i>图标库</a></li>



</ul>
</nav>
</header>

<!-- Footer -->
<footer id="footer">
<p class="copyright">©2018 <a href="#" target="_blank">小妞我爱你</a> 版权所有</p>

</footer>

</div>

<!-- BG -->
<div id="bg"></div>

<!-- Scripts -->
<script src="js/jquery.min.js" ></script>
<script src="js/skel.min.js" ></script>
<script src="js/util.js" ></script>
<script src="js/main.js" ></script>
            <script src="js/su.js"></script>
            <script type="text/javascript">jQuery(document).ready(function($){
               $('body').wpSuperSnow({
    flakes: ['https://cdn.mom1.cn/1/007.png', 'https://cdn.mom1.cn/1//006.png', 'https://cdn.mom1.cn/1//004.png', 'https://cdn.mom1.cn/1/002.png', 'https://cdn.mom1.cn/1/001.png', 'https://cdn.mom1.cn/1/003.png', 'https://cdn.mom1.cn/1/002.png', 'https://cdn.mom1.cn/1/001.png', ],
    totalFlakes: '90',
    zIndex: '999999',
    maxSize: '30',
    maxDuration: '20',
    useFlakeTrans: false
});
});
</script>
<audio id="mom" src="1.mp3" autoplay="autoplay" loop="-1" preload="auto" type="audio/mp3"></audio>
</body>
</html>