-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.html
35 lines (27 loc) · 971 Bytes
/
main.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
<!DOCTYPE html>
<html>
<head>
<title>Aanchal</title>
<link rel="stylesheet" href="./sytles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
</head>
<body>
<script src="api.js"></script>
<style>
input{text-align: center}
p{text-align: center;}
div{align-content: center;}
</style>
<h1><img src="logo.jpg"> </h1>
<p>Image to analyze: <input type="text" name="inputImage" id="inputImage" placeholder="Enter Image URL"
value="" size="25" />
<button onclick="processImage()">Analyze face</button><br><br>
<div id="wrapper" style="width:1020px; display:table;">
<div id="imageDiv" style="width:420px; display:table-cell;">
<p> Source image:<br><br>
<img id="sourceImage" width="400" /></div></div></p>
</div>
</div>
</script>
</body>
</html>