-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 1.96 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
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript">
g3c_user = 'perumal'
g3c_password = 'GMTC4perumal1'
api_url = 'http://51.145.0.148:3310'
</script>
<script type="text/javascript" src="http://51.145.0.148:3310/system/g3c.scan.image.sph.js"></script>
<style>
.img-block {
display: flex;
}
img {
margin: 0 10px;
}
</style>
</head>
<body>
<h2>HTML Image</h2>
<div class="img-block">
<img src="https://www.w3schools.com/html/img_girl.jpg" alt="Girl in a jacket" width="500" height="600" style='object-fit: contain;' />
<!-- <img src="https://www.w3schools.com/html/img_girl.jpg" alt="Girl in a jacket" width="500" height="600" /> -->
<img src="../api/pictures/image.png" alt="guy blue shirt" style='object-fit: contain;' />
<img src="./image.png" alt="guy blue shirt" style='object-fit: contain;' />
<img src="./pictures/image.png" alt="guy blue shirt" style='object-fit: contain;' width='332' height= '138' />
<img src="http://51.145.0.148:3310/api/pictures/jacket.png" alt="Person wearing shoes" width="500" height="600" style='object-fit: contain;' />
<img src="http://51.145.0.148:3310/api/pictures/person-shoes.jpg" alt="Person wearing shoes" width="500" height="600" style='object-fit: contain;' />
<img src="http://51.145.0.148:3310/api/pictures/image.png" alt="Person wearing shoes" width="500" height="600" style='object-fit: contain;' />
<img src="http://51.145.0.148:3310/api/pictures/girl.jpg" alt="Person wearing shoes" width="500" height="600" style='object-fit: contain;' />
<img src="http://51.145.0.148:3310/api/pictures/tuxedo.jpg" alt="Person wearing shoes" width="500" height="600" style='object-fit: contain;' />
</div>
<a>aaaa</a>
</body>
</html>