forked from TacoGuy21/Slate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
172 lines (155 loc) · 3.98 KB
/
index.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html>
<head>
<style>
html,
body {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.centered-element {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
font-family: 'Montserrat', sans-serif;
}
</style>
<title>
Slate
</title>
<style>
::-webkit-scrollbar {
display: none;
}
scrollbar-width: none;
-ms-overflow-style: none;
</style>
<style>
@media screen and (min-width: 768px) {
body {
zoom: 125%;
}
}
</style>
</head>
<head>
<style>
body {
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Montserrat', sans-serif;
}
.container {
max-width: 400px;
padding: 20px;
background-color: #f4f4f4;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.title {
text-align: center;
margin-top: 0;
}
.form-group {
margin-bottom: 10px;
}
.form-group label {
display: block;
font-weight: bold;
margin-bottom: 5px;
}
.form-group input[type="text"] {
width: 90%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 3px;
font-family: 'Montserrat', sans-serif;
}
.form-group input[type="submit"] {
width: 100%;
padding: 10px;
background-color: #303030;
color: #ffffff;
border: none;
border-radius: 3px;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
}
button {
width: 100%;
padding: 10px;
background-color: #282828;
color: #ffffff;
border: none;
border-radius: 3px;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
}
.form-group input[type="submit"]:hover {
background-color: #3f3f3f;
}
</style>
</head>
<body>
<div class="container">
<h1 class="title">Slate V1</h1>
<form method="POST" action="/service/gateway">
<div class="form-group">
<label for="url">URL</label>
<input type="text" id="url" name="url" placeholder="Enter URL" required>
</div>
<div class="form-group">
<input type="submit" value="Submit">
<header>
-----------------------------------
</header>
<script>
function blank(){
(function () {var url = document.URL; var urlObj = new window.URL(window.location.href); win = window.open(); win.document.body.style.margin = "0"; win.document.body.style.height = "100vh"; var iframe = win.document.createElement("iframe"); iframe.style.border = "none"; iframe.style.width = "100%"; iframe.style.height = "100%"; iframe.style.margin = "0"; iframe.referrerpolicy = "no-referrer"; iframe.allow = "fullscreen"; iframe.src = url.toString(); win.document.body.appendChild(iframe); var script = win.document.createElement("script"); script.src = ""; win.document.body.appendChild(script); })();
}
</script>
<button onclick="blank();">About:blank cloak</button>
<style>
html,
body {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.centered-element {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
<style>
body {
background: linear-gradient(90deg, #000000, #313030, #000000);
background-size: 300% 300%;
animation: gradientAnimation 10s ease infinite;
}
@keyframes gradientAnimation {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
</style>