-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathquery.php
94 lines (70 loc) · 3.61 KB
/
query.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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<title>9anime Homepage: Best free anime to watch in HD quality</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="index,follow" />
<meta http-equiv="content-language" content="en" />
<meta name="description" content="Watch latest anime in HD Quality and download your favorite anime from our fast anime website" />
<meta name="keywords" content="9anime, 9 anime, 9animeto, latest anime, watch anime online, free anime, anime free, online anime, anime website" />
<meta property="og:type" content="website" />
<meta property="og:url" content="<?= $url ?>" />
<meta property="og:title" content="9anime Homepage: Best free anime to watch in HD quality" />
<meta property="og:image" content="https://9animetv.to/images/capture.png" />
<meta property="og:image:width" content="650">
<meta property="og:image:height" content="350">
<meta property="og:description" content="Watch latest anime in HD Quality and download your favorite anime from our fast anime website" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<meta name="apple-mobile-web-app-status-bar" content="#202125">
<meta name="theme-color" content="#202125">
<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://9animetv.to/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://9animetv.to/search?keyword={keyword}",
"query-input": "required name=keyword"
}
}
</script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<?php
include("config.php");
?>
<?php
include("navbar.php");
?>
<?php
include("search.php");
?>
<?php
include("sidenavbar.php");
?>
<?php
include("search_query.php");
?>
</div>
</div>
</div>
</section>
<div class="clearfix"></div>
</div>
</div>
<?php
include("footer.php");
?>
</body>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-612507a6a48f43d8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js" integrity="sha512-jGsMH83oKe9asCpkOVkBnUrDDTp8wl+adkB2D+//JtlxO4SrLoJdhbOysIFQJloQFD+C4Fl1rMsQZF76JjV0eQ==" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" integrity="sha512-uto9mlQzrs59VwILcLiRYeLKPPbS/bT71da/OEBYEwcdNUk8jYIy+D176RYoop1Da+f9mvkYrmj5MCLZWEtQuA==" crossorigin="anonymous"></script>
<script type="text/javascript" src="main.js"></script>
<script type="application/json" id="userSettings"></script>
</html>