forked from cf-pages/Telegraph-Image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
whitelist-on.html
40 lines (33 loc) · 1.08 KB
/
whitelist-on.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
<!DOCTYPE html>
<html class="no-js" lang="en-US" style="
height: 100%;
">
<head>
<title>WhiteList Mode is ON| Telegraph-Image</title>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body {
margin: 0;
padding: 0
}
</style>
</head>
<body style="
height: 100%;
">
<div
style="display: flex;flex-direction: column;align-content: center;justify-content: center;align-items: center;height: 100%;text-align: center;">
<div>
Desculpe, as imagens precisam ser verificadas antes de serem exibidas. Por favor aguarde a verificação antes
de acessar.
</div>
<br>
<div>Powered By: <span><a style="
color: cornflowerblue;" href="https://github.com/cf-pages/Telegraph-Image">Telegraph-Image</a></span></div>
</div>
</body>
</html>