-
Notifications
You must be signed in to change notification settings - Fork 0
/
poisk.php
42 lines (42 loc) · 1.61 KB
/
poisk.php
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="https://unpkg.com/mustard-ui@latest/dist/css/mustard-ui.min.css">
<style>
.elastic li.hide
{
display: none;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="row">
<div class="col-lg-12">
<h1 class="text-center">Search</h1>
</div>
<div class="col-lg-12 form-control-group">
<input type="text"id="elastic">
</div>
<div class="col-lg-12">
<ul class=elastic style="background-color:white">
<a href="/video/NARUTO.php" style="color:black;text-decoration:none;font-family:cursive"><li>Наруто</li></a>
<a href="/video/Bleach.php" style="color:black;text-decoration:none;font-family:cursive"><li>Блич</li></a>
<a href="/video/Tg.php" style="color:black;text-decoration:none;font-family:cursive"><li>Токийский гуль</li></a>
<a href="/video/Kavai.php" style="color:black;text-decoration:none;font-family:cursive"><li>Мы из общаги кавай</li></a>
</ul>
</div>
<div class="button"style="background-color:#00FA9A;font-family:cursive;font-size:20px">
<a href="/" style="color:#000000;">Вернуться на главную</a>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="/poisk/poisk.js"></script>
</html>