forked from WuSuoV/TencentFanghong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (36 loc) · 1.46 KB
/
index.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>QQ、微信防红接口 - 勿埋我心</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>QQ、微信防红接口</h1>
<p>在下方输入需要跳转的链接,即可生成防红接口。<br>
复制下方生成的链接,粘贴到微信或者QQ即可。</p>
</header>
<!-- Signup Form -->
<form id="signup-form" method="post">
<input type="url" name="url" id="url" placeholder="需要跳转的网址" />
<input type="button" value="生成" onclick="build_url()"/>
</form>
<p id="b_url"></p>
<script src="./assets/js/build_url.js"></script>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/Qiantigers/qq_fanghong" class="icon brands fa-github" target="_blank"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>© Powered by <a href="https://www.skyqian.com" target="_blank">勿埋我心</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script><script>LA.init({id:"K8YSQIj3WDtj9gG6",ck:"K8YSQIj3WDtj9gG6"})</script>
</body>
</html>