-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (53 loc) · 2.27 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
<!DOCTYPE html>
<html>
<head>
<title>LEDENOW</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta charset="utf-8"/>
<meta http-equiv="content-language" content="tr"/>
<meta name="Author" content="Ledenav, [email protected]"/>
<meta name="description" content="search engine simulation"/>
<link rel="icon" type="image/x-icon" href="ledenav.ico"/>
<link rel="stylesheet" href="lvw.css"/>
</head>
<body>
<div id="menu">
<button id="mode" value="1" >🌔</button>
<a href="home.html" target="ask" ><img id="logo" src="ledenow.png" /></a>
<select id="s_es" >
<option value="se1" >VUHUV</option>
<option value="se2" >ARTADO</option>
<option value="se3" >AZİMLİ</option>
<option value="se4" >TURTC</option>
<option value="se5" >YETİTA</option>
<option value="se6" >BİLİVER</option>
<option value="se7" >OBİLİYO</option>
<option value="se8" >RASTGELELİK</option>
<option value="se9" >ARARIM</option>
<option value="se10" >COM</option>
<option value="se11" >YAANİ</option>
<option value="se12" >VALLAKİ</option>
</select>
<section id="s_box" >
<form id="form" method="get" action="https://tr.vuhuv.com/?q=" target="ask" >
<input id="s_bar" type="search" placeholder="VUHUV ile ara" autocomplete="off" required name="q"/>
<button id="s_s" >🔎</button>
</form>
</section>
<section id="menn" >
<a href="https://www.artadosearch.com/Forum" target="ask" >Artado Forum</a>
<a id="m1" href="https://tr.vuhuv.com/?k=0&p=1&d=1&q=haberler" target="ask" >Güncelleme Notları</a>
<a href="ledenow.apk" >Android Uygulaması</a>
<a href="mailto:[email protected]" >İletişim</a>
</section>
<section id="gen" >
<h5><i>powered by</i> <b id="bb" >LEDENAV</b></h5>
</section>
</div>
<button id="m_cs">⛔</button>
<div id="bodyy">
<iframe id="frame" name="ask" src="home.html"></iframe>
</div>
<script src="lvw.js"></script>
</body>
</html>