-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (48 loc) · 2.59 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
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="برای کسانی که هی ازشون سوالاتی میشه که با یک گوگل ساده می شه به جوابش رسید. :)">
<meta name="keywords" content="چطوری گوگل کنم؟, بزار من برات گوگل کنم, let me google that for you">
<meta name="author" content="معین آقامیرزایی">
<link rel="icon" href="style/pic/icon.png" type="image/icon type">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>چطوری گوگل کنم؟</title>
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="font/font-awesome-4.7.0/css/font-awesome.min.css">
<script src="style/jquery-3.5.1.min.js"></script>
</head>
<body>
<div class="center">
<div class="googleImg-container">
<a href="#">
<img class="googleImg" src="style/pic/cgk.png" alt="">
</a>
</div>
<div class="in-center" id="in-center">
<form action="/" id="form">
<div class="inputBoxContainer">
<input class="google-input" type="text" id="google-input" name="searchBox">
<i class="fa fa-search" aria-hidden="true"></i>
</div>
<div class="center-aline buttons">
<input id="search-submit" class="searchButton button" type="submit" value="Google Search">
<input class="feelingLucky button" type="submit" value="I'm Feeling Lucky">
</div>
</form>
<div id="message-box" class="text-box">سوالت رو تایپ کن و یک دکمه رو فشار بده</div>
<input type="text" id="link-input" readonly="readonly" class="link-input hide" value="ok">
<div id="copy-link" class="copy-link tooltip hide">کپی
<span id="tooltiptext" class="tooltiptext">کپی شد</span>
</div>
</div>
<div class="info">
<a href="https://github.com/mrmoein/chetoryGoogleKonam">GitHub</a>
</div>
<p style="text-align: center">برای کسانی که هی ازشون سوالاتی میشه که با یک گوگل ساده می شه به جوابش رسید. :)
</p>
<p style="text-align: center">این صفحه هیچ ارتباطی با گوگل ندارد!</p>
</div>
<div id="mouse_container"><img id="fake_mouse" class="c3" src="style/pic/mouse_arrow.png" alt="Mouse" /></div>
<script src="style/script.js"></script>
</body>
</html>