This repository was archived by the owner on Jul 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (66 loc) · 3.02 KB
/
Copy pathindex.html
File metadata and controls
73 lines (66 loc) · 3.02 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
<!DOCTYPE HTML>
<html>
<head>
<title>FastBuilder</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Banner -->
<section id="banner">
<div class="inner split">
<section>
<center><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="70%" width="70%" viewBox="0 0 700 700">
<polygon points="193,265 212,291 176,319 194,348 230,319 248,343 386,241 316,616 442,618 467,466 574,467 590,373 485,371 508,262 565,343 599,316 619,343 654,317 635,292 673,265 581,132 546,159 490,80 386,161 368,134 193,264"></polygon>
<polygon points="360,280 335,299 358,302"></polygon>
<polygon points="95,210 236,211 222,224"></polygon>
<polygon points="83,271 177,272 186,283"></polygon>
<polygon points="72,333 169,333 178,346"></polygon>
<polygon points="226,344 216,350 234,352"></polygon>
<polygon points="292,334 265,355 344,365 351,335"></polygon>
<polygon points="60,395 339,396 335,427"></polygon>
<polygon points="48,457 328,459 323,489"></polygon>
<polygon points="38,519 316,521 311,550"></polygon>
<polygon points="25,581 304,584 300,612"></polygon>
</svg></center>
</section>
<section>
<h2>欢迎来到 FastBuilder 官方网站</h2>
<br />
<ul class="actions">
<li><a href="https://github.com/LNSSPsd/PhoenixBuilder" class="button special">查看</a></li>
<li><a href="https://uc.fastbuilder.pro/" class="button">用户中心</a></li>
</ul>
</section>
</div>
</section>
<!-- Contact -->
<section id="contact" class="wrapper">
<div class="inner split">
<section>
<h2>联系我们</h2>
</section>
<section>
<ul class="contact">
<li class="fa-envelope">admin@fastbuilder.pro</li>
</ul>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
Copyright ©<script>document.write(new Date().getFullYear());</script>; FastBuilder | All rights reserved.
<p><a href="http://beian.miit.gov.cn">ICP备案:<b>闽ICP备20009638号-1</b></a></p>
</div></footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>