-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
74 lines (71 loc) · 3.31 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
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
<!DOCTYPE HTML>
<!--
____ _ __ __ __ __ __ ____
/ _// |/ // / / // //_// __ \
_/ / / // /_/ // ,< / /_/ /
/___//_/|_/ \____//_/|_| \____/
-->
<html>
<head lang="zh-cn">
<meta charset="UTF-8">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="keywords" content="小白-白,犬's Blog,犬,Google,谷歌,伸手党">
<meta name="description" content="让我帮你 Google 一下,伸手党专治~">
<title>让我帮你 Google 一下 | Let Me Google That For You</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="opensearch.xml" rel="search" type="application/opensearchdescription+xml" title="lmgtfy">
<script src="js/jquery.min.js"></script>
<script src="js/base64.min.js"></script>
<script src="js/clipboard.min.js"></script>
<script src="js/lmgtfy.js"></script>
</head>
<body>
<section id="main">
<div class="about" title="关于" onclick="showAbout()">?</div>
<div id="msgbox" class="pop-box">
<span class="caption">专治各种伸手党</span>
<div class="thanks">
*本站与谷歌公司没有任何联系,Google 及本站出现的谷歌 Logo 是谷歌公司的商标。
</div>
<div class="thanks">
Powered by <a href="https://prprpr.love" target="_blank">Moedog</a>.
</div>
<div class="readit" onclick="hideAbout();">我知道了</div>
</div>
<div id="mask" class="mask"></div>
<div class="container">
<div class="title0">
<h1 class="title">要我帮你<img src="img/google_logo.png" class="logo">一下么?</h1>
<div class="search-box">
<input type="text" class="search-text" id="kw">
</div>
<div class="search-button">
<button class="btn" id="search">
<span class="sicon"><svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></span>
<span class="stext">Google 搜索</span>
</button>
<button class="btn" id="search2"> 手气不错 </button>
</div>
</div>
</div>
</section>
<section id="function">
<p id="tips">输入一个问题,然后按 Google 搜索</p>
<button id="stop">快停下!我是自己人</button>
<div id="output">
<textarea id="url-output" rows="3" readonly></textarea>
<div class="tool-btns">
<button data-clipboard-target="#url-output">复制</button>
<button id="preview">预览</button>
</div>
</div>
</section>
<footer>
<span>© <script>document.write(new Date().getFullYear())</script> <a href="https://prprpr.love" target="_blank">Moedog</a>. All Rights Reserved.</span>
</footer>
<div id="arrow"></div>
</body>
</html>