forked from cf-pages/Telegraph-Image
-
Notifications
You must be signed in to change notification settings - Fork 353
/
whitelist-on.html
32 lines (28 loc) · 1.13 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
<!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>
抱歉,当前已开启白名单模式,上传的图片需要审核通过后才能展示,请等待审核通过后再进行访问。
<br>
Sorry, the whitelist mode is currently enabled, the uploaded images need to be audited before they can be displayed, please wait for the audit to be passed before visiting.
</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>