-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
59 lines (56 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=0">
<title>Pager</title>
<link rel="preconnect" href="https://cdn.staticfile.net" />
<link rel="preconnect" href="https://bing.biturl.top" />
<link rel="preconnect" href="https://www.bing.com" />
<link rel="preconnect" href="https://api.ipdata.co" />
<link rel="stylesheet" href="https://cdn.staticfile.net/toastify-js/1.12.0/toastify.min.css">
<link rel="stylesheet" href="assets/fonts/MiSans-Medium/result.css">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<noscript>You need to enable JavaScript to use this service.</noscript>
<div class="basePart maxViewPort" id="basePart" style="display: none;">
<div style="min-height: 50vh;min-height: 50dvh;" id="searchArea">
<div class="childPart" style="text-align: center;">
<h1 id="clock">Pager</h1>
</div>
<div class="childPart greyBackground searchInput searchInputBase" id="searchInputArea">
<div class="searchEngine">
<span></span>
</div>
<form action="javascript:search();">
<input autocomplete="off" required placeholder="search something..." type="text" name="searchInput"
id="searchInput" spellcheck="false">
</form>
<div class="searchbuttom" onclick="search();">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"
width="216px" viewBox="-0.5 -0.5 216 227" class="searchIcon">
<defs />
<g>
<ellipse cx="124.39" cy="90" rx="90" ry="90" fill="#6e6e6e" stroke="none"
pointer-events="all" />
<ellipse cx="124.39" cy="90" rx="55" ry="55" fill="#ffffff" stroke="none"
pointer-events="all" />
<rect x="0" y="155.85" width="100" height="40" fill="#6e6e6e" stroke="none"
transform="rotate(-45,50,175.85)" pointer-events="all" />
</g>
</svg>
</div>
</div>
</div>
<div class="childPart footer">
<div>
<div onclick="openMenuPage()">Menu</div>
</div>
</div>
</div>
<script src="https://cdn.staticfile.net/toastify-js/1.12.0/toastify.min.js"></script>
<script src="assets/main.js"></script>
</body>
</html>