-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (80 loc) · 4.41 KB
/
index.html
File metadata and controls
86 lines (80 loc) · 4.41 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>错误代码工作室 - 梦想前进Bug不止 - π.site</title>
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/favicon.ico" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/css/bootstrap.min.css">
<link href="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/css/timeline.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/css/swiper.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/css/style.css">
</head>
<body>
<div class="bg">
<div class="container">
<nav class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">导航</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#" style="font-weight: bold;font-size: 20px;">
<img class="logoimg" src="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/picture/1.png" alt="">
<span style="color: #5ad012;">π</span><span style="color: #848484;">.Site</span></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#" style="color: #5ad012;font-weight: bold;">支持</a></li>
</ul>
</div>
</nav>
<img class="imgx" src="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/picture/2.png" alt="">
<p class="px">错误代码工作室</p>
<p class="pxx">分享、学习、分享你我他、</p>
<p class="pxx">Android版本:V1.1.1 更新时间:2020.3.16</p>
</div>
</div>
<div class="game_divx">
<div class="container">
<div class="row">
<div class="col-md-4">
<a href="/app" target="_bank">
<div class="game_listx">
<img src="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/picture/3.1.png" alt="">
<div class="imgdivx">客户端 V.1.1.1</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="https://聚玩.online">
<div class="game_listx">
<img src="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/picture/4.1.png" alt="">
<div class="imgdivx">聚玩魔方</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="#">
<div class="game_listx">
<img src="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/picture/5.png" alt="">
<div class="imgdivx">更多待发现...</div>
</div>
</a>
</div>
</a>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/js/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/js/timeline.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/baozishu/error-code@master/static/js/swiper.min.js"></script>
</body>
</html>