forked from forestrf/Descargavideos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
107 lines (84 loc) · 2.64 KB
/
404.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
95
96
97
98
99
100
101
102
103
104
105
106
107
<?php
header("HTTP/1.0 404 Not Found");
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0"/>
<meta http-equiv="expires" content="0"/>
<meta http-equiv="pragma" content="no-cache"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"/>
<title>404 - DescargaVideos.TV</title>
<meta property="fb:app_id" content="235486993147003"/>
<meta property="fb:admins" content="1133185967"/>
<meta name="RATING" content="GENERAL"/>
<meta name="advertising" content="ask"/>
<link href="/favicon.ico" rel="icon" type="image/x-icon"/>
<link rel="stylesheet" href="/css/cssfull.min.css?30"/>
<link rel="stylesheet" href="/css/modos/2.css" id="css2"/>
<script src="/js/funciones.min.js?20"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29252510-1', 'auto'); // Replace with your property ID.
ga('send', 'pageview');
</script>
<style>
.error{
text-align: center;
color: #fff;
font-size: 40px;
line-height: 50px;
margin-top: 70px;
background-color: #D1D52B;
padding: 6px;
}
.msg {
text-align: center;
color: #fff;
font-size: 20px;
line-height: 30px;
margin-top: 70px;
padding: 6px 15%;
}
.msg a {
background-color: #010A2C;
text-shadow: none;
padding: 5px 20px;
border: 1px outset #fff;;
margin-top: 8px;
display: inline-block;
}
.msg a:hover {
background-color: #022198;
color: #fff;
}
</style>
</head>
<body>
<div class="todo">
<div class="cabecera" id="cabecera">
<div class="minHeight">
<a href="/" title="Ir al inicio"><h1>DescargaVideos<span class="tv">.TV</span></h1></a>
<div class="error">
Error 404: Página no encontrada.
</div>
<div class="msg">
Si has llegado a esta web tratando de buscar un vídeo, limpia el cache del navegador o actualiza la página principal.<br/>
<a href="/">Volver a la página principal</a>
</div>
</div>
</div>
<div id="subir">Subir</div>
<div id="menu_scroll" style="display:none"></div>
</div>
<script>
var adblock=true;
</script>
<script src="/advertisement.js"></script>
<script>ga('send', 'event', "Adblock escritorio", adblock?"Con Adblock":"Sin Adblock");</script>
</body>
</html>