-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
18 lines (18 loc) · 885 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="/favicon.ico" />
<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>404 Not Found!</title>
<style>::-webkit-scrollbar{width: 6px; height: 6px; border-radius: 0px; background: #fff;}::-webkit-scrollbar-thumb{background: rgba(171, 171, 171, 0.5); min-height: 50px; min-width: 50px; border-radius: 10px;}::-webkit-scrollbar-thumb:hover{background: rgba(171, 171, 171, 1); min-height: 50px; min-width: 50px; border-radius: 10px;}::-webkit-scrollbar-corner{background: #fff;}</style>
</head>
<body>
<div class="content">
<div class="head">404 Not Found</div>
<hr>
<div class="body">Free Youtube Downloader</div>
</div>
</body>
</html>