forked from WangDaLao/image
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
45 lines (42 loc) · 1.65 KB
/
about.php
File metadata and controls
45 lines (42 loc) · 1.65 KB
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
<?php
/**
* FILE_NAME: index.php
* From: www.hidove.cn
* Author: Ivey
* Date: 2019/10/10 14:29
*/
?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>About - Hidove图床</title>
<?php include "static/view/head.html"; ?>
</head>
<?php include "static/view/nav.html"; ?>
<div class="container mt-3 mb-3">
<div class="page-header mt-3 mb-5">
<h1>关于 Hidove图床</h1>
</div>
<div class="border border-secondary shadow-sm p-3 mb-3 bg-white rounded">
<h2><i class="far fa-laugh-squint"></i> <a class="badge badge-secondary" href="/">Hidove图床</a>
</h2>
<p>免费图床仅供分享图片使用,我们保留随时删除图片并举报上传违规图片者的权利</p>
</div>
<div class="border border-secondary shadow-sm p-3 mb-3 bg-white rounded"">
<h2><i class=" far fa-angry"></i> 严禁上传及分享如下类型的图片:</h2>
<ul>
<li>含有色情、暴力、宣扬恐怖主义的图片</li>
<li>侵犯版权、未经授权的图片</li>
<li>其他违反中华人民共和国法律的图片</li>
<li>其他违反香港法律的图片</li>
</ul>
</div>
<div class="border border-secondary shadow-sm p-3 mb-3 bg-white rounded text-center">
<span>违规图片投诉邮箱 <button
class="btn btn-outline-secondary"><code>i#abcyun.cc</code></button></span>
</div>
<!-- /.content-wrapper -->
</div>
<?php include "static/view/foot.html"; ?>
</html>