-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·38 lines (37 loc) · 1.21 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>手机归属地查询</title>
<link rel="stylesheet" href="static/css/bootstrap.min.css" type="text/css">
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
<script src="http://libs.baidu.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<style>
.base_img{
width:200px;
/*min-width: 200px;*/
height:320px;
/*min-height: 120px;*/
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-6 text-center">
<nav>爬取图片</nav>
<a href="getimg.html">
<img id="venus" src="static/img/venus.jpg" alt="手机" class="base_img" title="淘宝API查手机归属地"></a>
</a>
</div>
<div class="col-xs-6 text-center">
<nav>检查手机号</nav>
<a href="mobile.html">
<img id="mobile" src="static/img/mobile.jpg" alt="手机" class="base_img" title="淘宝API查手机归属地"></a>
</div>
</div>
</div>
</body>
<script>
</script>
</html>