forked from xb2016/lmgtfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (59 loc) · 2.67 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
<!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="senin için gogole">
<title>Lütfen senin için Google'lamama izin ver</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 id="mask" class="mask"></div>
<div class="container">
<div class="title0">
<h1 class="title">Lütfen senin yerine<img src="img/google_logo.png" class="logo">'lamama izin ver</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 Arama</span>
</button>
<button class="btn" id="search2">Kendimi Şanslı Hissediyorum</button>
</div>
</div>
</div>
</section>
<section id="function">
<p id="tips">Bir soru girin ve Google Arama'ya basın</p>
<button id="stop">Tamam be, boş yapma!</button>
<div id="output">
<textarea id="url-output" rows="3" readonly></textarea>
<div class="tool-btns">
<button data-clipboard-target="#url-output">Kopyala</button>
<button id="preview">Önizleme</button>
</div>
</div>
</section>
<footer>
<span>© <script>document.write(new Date().getFullYear())</script> <a href="https://prprpr.love" target="_blank">Moedog</a>. Çeviri: afacanc38</span>
</footer>
<div id="arrow"></div>
</body>
</html>