forked from vadapavmov/f
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
47 lines (46 loc) · 2.43 KB
/
404.html
File metadata and controls
47 lines (46 loc) · 2.43 KB
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
<!DOCTYPE html>
<html ng-app="application" lang="en">
<head>
<meta charset="UTF-8">
<title>Dhokla.net - Page Not Found!</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="#A387FD" name="theme-color">
<meta name="title" content="Dhokla.net - Stream & Download Movies Free!">
<meta name="description" content="Enjoy a simple, fast, buffer-free, and reliable streaming and downloading experience for Movies, TV series, and Anime.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Dhokla.net" />
<meta property="og:url" content="https://dhokla.net" />
<meta property="og:title" content="Dhokla.net - Stream & Download Movies Free!" />
<meta property="og:description" content="Enjoy a simple, fast, buffer-free, and reliable streaming and downloading experience for Movies, TV series, and Anime." />
<meta property="og:image" content="android-chrome-512x512.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://dhokla.net" />
<meta property="twitter:title" content="Dhokla.net - Stream & Download Movies Free!" />
<meta property="twitter:description" content="Enjoy a simple, fast, buffer-free, and reliable streaming and downloading experience for Movies, TV series, and Anime." />
<meta property="twitter:image" content="android-chrome-512x512.png" />
<!-- SEO -->
<meta name="keywords" content="movies, animes, download, watch, tv shows, online, series">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="burritoflakes">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="main.css">
</head>
<body ng-controller="controller">
<div id="header">
<h1 id="title">
<span>Dh</span><span id="okla">okla</span><span id="dotnet">.net</span>
</h1>
<span>Stream & Download Movies, TV Shows & Animes Free!</span>
</div>
<div id="pagenotfound">
<h1>Page Not Found</h1>
</div>
</body>
</html>