forked from l10n-tw/lmgtfy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (71 loc) · 3.55 KB
/
index.html
File metadata and controls
74 lines (71 loc) · 3.55 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
<!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="Cotpear,懶人,繁體,讓我幫您 Google 一下,小白-白,犬'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 LLC 無任何合作與關聯,Google 及本站出現的 Google 標誌為 Google LLC 的商標。
</div>
<div class="thanks">
由 <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="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.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> 版權所有。繁體中文網由 <a href="https://www.cotpear.com/">Cotpear</a></span> 提供,<a href="http://l10n.tw/">L10n Taiwan</a> 本地化。
</footer>
<div id="arrow"></div>
</body>
</html>