[免费源码]个人引导页毛玻璃页面html源码
[免费源码]个人引导页毛玻璃页面html源码
- 效果图
- 部分源码
- 领取源码
- 下期更新预报
效果图
部分源码
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>个人简约引导页/单页</title><!-- HTML --><!-- Custom Styles --><link rel="shortcut icon" href="https://q1.qlogo.cn/g?b=qq&nk=271106735&s=640" /><link rel="stylesheet" href="style.css"><link rel="stylesheet" href="bc.css"><body><div class="bc_content"><div class="bc-fluid"><div class="bc-row bc-space10"><div class="bc-xs12 bc-sm6 bc-md6 bc-lg6"><div class="bc_mbl bc_box" id="bc_mobile_head"><div class="bc-row"><div class="bc-xs3"><img class="bc_mbl bc_box img-avatar " style="border-radius: 50%;" src="https://q1.qlogo.cn/g?b=qq&nk=271106735&s=640"></div><div class="bc-xs9"><div class="bc-xs12"><div id="bc_name">孤独</div><div id="bc_tip">Tips:相信技术,传递价值!</div></div><div class="bc-xs12"><a class="btn">标签:</a><a class="btn btn-orange">社恐</a><a class="btn btn-purple">野王</a><a class="btn btn-green">可达鸭</a><a class="btn btn-blue">ฅ՞•ﻌ•՞ฅ</a></div><div class="bc-xs12"><a class="btn">擅长:</a><a class="btn btn-green">JavaScript</a><a class="btn btn-yellow">html/css</a></div></div></div></div></div><div class="bc-xs4 bc-sm2 bc-md2 bc-lg2"><div class="bc_box bc_mbl bc_center"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-weixin"></use></svg>10001</div></div><div class="bc-xs5 bc-sm2 bc-md2 bc-lg2"><div class="bc_box bc_mbl bc_center"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-QQ"></use></svg>888888</div></div><div class="bc-xs3 bc-sm2 bc-md2 bc-lg2"><div class="bc_box bc_mbl bc_center"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-gitee"></use></svg>孤独</div></div><div class="bc-sm6 bc-md4 bc-lg6 bc-hide-xs"><div class="bc_box bc_mbl"><div class="bc_box bc_mbl"><p>如果您喜欢我们的网站,请将本站添加到收藏夹(快捷键<code>Ctrl+D</code>),并<a class="btn btn-green" href="https://jingyan.baidu.com/article/4dc40848868eba89d946f1c0.html" target="_blank">设为浏览器主页</a>,方便您的下次访问,感谢支持。<p></div></div></div></div><div class="bc-row bc-space10"><div class="bc-xs12 bc-sm7 bc-md7 bc-lg7"><div class="bc_box bc_mbl"><div class="bc-row"><h3 class="bc-xs12 bc_box"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-zhandian"></use></svg>旗下站点</h3><hr></div><div class="bc-row bc-space10" style="word-wrap:break-word;"><a href="http://www.vip616.cn/" class="bc-xs6 bc-sm4 bc-md4 bc-lg4"><div class="bc_a btn-orange bc_center"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-lianjie"></use></svg>孤客资源网</div></a><a href="http://www.hacker731.top/" class="bc-xs6 bc-sm4 bc-md4 bc-lg4"><div class="bc_a btn-green bc_center"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-lianjie"></use></svg>孤客源码测试网</div></a><a href="http://www.gulang.love" class="bc-xs6 bc-sm4 bc-md4 bc-lg4"><div class="bc_a btn-yellow bc_center"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-lianjie"></use></svg>个人博客</div></a><a href="http://www.nexan.xyz/" class="bc-xs6 bc-sm4 bc-md4 bc-lg4"><div class="bc_a btn-purple bc_center"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-lianjie"></use></svg>小网站</div></a><a href="http://www.wkjs.op/" class="bc-xs6 bc-sm4 bc-md4 bc-lg4"><div class="bc_a btn-yellow bc_center"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-lianjie"></use></svg>维客技术站</div></a><a href="http://www.wkcom.cn/" class="bc-xs6 bc-sm4 bc-md4 bc-lg4"><div class="bc_a btn-blue bc_center"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-lianjie"></use></svg>维客资源网</div></a></div></div></div><div class="bc-xs12 bc-sm5 bc-md5 bc-lg5"><div class="bc_box bc_mbl"><div class="bc-row"><h3 class="bc-xs12 bc_box"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-zhandian"></use></svg>友情链接</h3><hr></div><div class="bc-row bc-space10" style="word-wrap:break-word;"><a href="http://www.vip616.cn/" class="bc-xs6 bc-sm6 bc-md6 bc-lg6"><div class="bc_a btn-yellow bc_center"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-lianjie"></use></svg>网站1</div></a><a href="http://www.hacker731.top/" class="bc-xs6 bc-sm6 bc-md6 bc-lg6"><div class="bc_a btn-blue bc_center"> <svg class="icon" aria-hidden="true"><use xlink:href="#icon-lianjie"></use></svg>黑客组织</div></a></div></div></div></div><div class="bc-row bc-space10"><div class="bc-xs12"><div class="bc_mbl bc_box" id="bc_foot">Copyright © 2024 毛玻璃 Mortal<span class="btn bc-hide-xs">收藏本站(快捷键<code>Ctrl+D</code>)</span></div></div></div></div></div><!-- Project --><script src="main.js"></script><script src="layui/layui.js"></script><script src="iconfont.js"></script>
</body></html>
领取源码
源码地址:个人引导页毛玻璃页面html源码
下期更新预报
简约大气的全屏背景壁纸导航网模板
- 📢博客主页:孤客网络科技工作室官方账号
- 📢欢迎点赞👍收藏⭐️留言 📝如有错误敬请指正!
- 📢本文由孤客原创,若侵权联系作者,首发于CSDN博客
- 📢停下休息的时候不要忘了别人还在奔跑,希望大家抓紧时间学习,全力奔赴更好的生活💻