-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbz_view.html
More file actions
27 lines (22 loc) · 1.01 KB
/
bz_view.html
File metadata and controls
27 lines (22 loc) · 1.01 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
<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>预览高清图</title>
<link href="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="./bz_css/kinggm_bz.css" rel="stylesheet">
<script src="./bz_js/kinggm_images_view.js"></script>
<link rel="Shortcut Icon" href="./img/simple.png"/>
</head>
<body class="body_view">
<div class="container-fluid div_container-fluid">
<div class="row"><h3>图片来源于互联网仅供欣赏</h3>
<h3>请勿尝试长按或者点击鼠标右键下载</h3></div>
<div id="width" class="row div_view_row"><img class="img" id="img" src="./img/loading.gif"></div>
</div>
</body>
</html>