forked from cf-pages/Telegraph-Image
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add image moderate feature (cf-pages#8)
* Add content moderate
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js" lang="en-US" style=" | ||
height: 100%; | ||
"> | ||
<head> | ||
<title>The Image is blocked | 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 current image failed to pass the review and may contain undesirable content, so it cannot be loaded. | ||
</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters