-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 875 Bytes
/
index.html
File metadata and controls
27 lines (23 loc) · 875 Bytes
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="en">
<head>
<link rel="stylesheet" href="css fils/bootstrap.css">
<link rel="stylesheet" href="css fils/style.css">
<meta charset="UTF-8">
<title>Age Count</title>
</head>
<body>
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Count Age</h5>
<h6 class="card-subtitle mb-2 text-body-secondary">let Know your Age</h6>
<input type="date" id="birthday" > <button id="btn" for="birthday">Age Count</button>
<p class="card-text">.</p>
</div>
</div>
<script src="js files/main.js"></script>
<script src="js files/popper.min.js"></script>
<script src="js files/jquery-3.7.1.min.js"></script>
<script src="js files/bootstrap.js"></script>
</body>
</html>