-
Notifications
You must be signed in to change notification settings - Fork 7
/
movies.html
142 lines (114 loc) · 3.21 KB
/
movies.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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<style>img[alt*="www.000webhost.com"] {
display: none;}
img[alt="www.000webhost.com"]{display:none;}
</style>
<!DOCTYPE html>
<html lang="en-US">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
href="https://ssl.gstatic.com/docs/doclist/images/infinite_arrow_favicon_4.ico">
</head>
</html>
</html>
<html>
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KCF9WRC');</script>
<!-- End Google Tag Manager -->
<body style="background-color:#282828;">
<title>My Drive - Google Drive</title>
<meta name="description" content="Browse the internet freely, play games, and watch movies without the need to worry about web filters, or your school tracking you.">
<meta name=viewport content="width=device-width, initial-scale=1">
<style type="text/css">
html body {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}
#container {
width:500px;
margin:0 auto;
margin-top:150px;
}
#error {
color:red;
font-weight:bold;
}
#frm {
padding:10px 15px;
background-color:#282828;
border:1px solid #4dff21;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#footer {
text-align:center;
font-size:10px;
margin-top:35px;
clear:both;
}
</style>
<style>
body {
text-align:center;
background-repeat: fill;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<style>
a.button1{
display:inline-block;
padding:1.4em 2.0em;
margin:0 0.3em 0.3em 0;
border-radius:0.12em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
color:#FFFFFF;
text-align:center;
transition: all 0.2s;
background-color:#9741ae;
}
a.button1:hover{
color:#000000;
background-color:#FFFFFF;
}
@media all and (max-width:30em){
a.button1{
display:block;
margin:0.4em auto;
}
}
</style>
</head>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCF9WRC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a href="/selection.html" class="button1"><b>Surf Freely</b></a>
<a href="/games.html" class="button1"><b>Play Games</b></a>
<a href="/movies.html" class="button1"><b>Watch Movies</b></a>
<a href="/chatbox.html" class="button1"><b>Chatbox</b></a>
<a href="/" class="button1"><b>Go Home</b></a>
<div style="text-align:middle;"
<div class="wrap">
<div class="content">
<iframe allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" src="https://putlocker.kz/" style="position:fixed; top:65px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:11;"> <!--top was 25!-->
</iframe>
</div>
</div>
<div class="footer">
<div class="wrap">
<div class="f-menu">
</div>
</div>
</div>
</html>
</body>