-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (38 loc) · 1.93 KB
/
index.html
File metadata and controls
46 lines (38 loc) · 1.93 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
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/style.css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous">
</script>
<title>Document</title>
</head>
<body>
<div class="container check-container">
<div class="row d-flex justify-content-center">
<div class="col-md-6">
<label for="inputPassword4" class="form-label">Enter Pin</label>
<input type="integer" class="form-control" id="digit" placeholder="Enter Pin">
<!-- <p id="heightx"></p> -->
<input onclick="pinCheck(); display(); reset()" type="submit" id="button"/>
<!-- <p >You burn <span id="myWeight"></span> calories per minutes</p> -->
<!-- <input onclick="display()" type="submit" /> -->
<div class="container">
<div class="row ">
<div class="col ">
<img src="media/legend.jpeg" id="pic" class="pic" alt="">
<img src="media/download.png" id="pic2" class="pic" alt="">
</div>
<button onclick="refreshPage()" id="button2" class="button2">Try Again</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="file.js"></script>
</body>
</html>