-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (64 loc) · 2.68 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="DpTe8ZusqVpP5PHUe3W7hzse56yvU05U-fxBlNb0txI" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>No Distraction</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;800&display=swap" rel="stylesheet">
<link rel = "icon" href = "PYT.png" type = "image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- <css-doodle>
@grid: 14 / 80%;
@random {
border-left: 1px solid #5d81bc;
}
@random {
border-top: 1px solid #5d81bc;
}
@random(.25) {
background: linear-gradient(
@p(#fff, tan, #5d81bc), @lp
)
50% / @r(60%) @lr
no-repeat;
}
@random {
filter: drop-shadow(0 0 10px #fff);
}
</css-doodle> -->
<div class="head"><h1><p style = "color:#cd7e7c;display: inline;">
<div class="waviy">
<span style="--i:1">A</span>
<span style="--i:2">V</span>
<span style="--i:3">O</span>
<span style="--i:4">I</span>
<span style="--i:5">D</span>
<span style="--i:6">E</span>
<span style="--i:7">R</span>
</div>
</h1></div>
<div class="content"><h3> To avoid Distractions of YouTube videos, here you can directly go to your required content without getting distracted by any other means<strong><br> Search our favourite content right here and Enjoyy...!!</strong></h3></div>
<div class="search">
<div class="search-box">
<input type="text" placeholder="Search your content" name = "search" id = "search">
<div class="search-icon">
<i class="fas fa-search"></i>
</div>
<div class="cancel-icon">
<i class="fas fa-times"></i>
</div>
<div class="search-data">
</div>
</div>
</div>
<script src="Script.js"></script>
<script src="https://unpkg.com/[email protected]/css-doodle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.29.0/css-doodle.min.js"></script>
</body>
</html>