-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Check your Mayar</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://hasahmad.github.io/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="http://hasahmad.github.io/datepicker/css/datepicker.css">
<link rel="stylesheet" type="text/css" href="http://hasahmad.github.io/css/stylesheet.css">
</head>
<body>
<div class="container-fluid">
<!-- <h1>Check your Mayar</h1> -->
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="form-inline">
<div class="form-group">
<label for="exampleInputName2">Birthday: </label>
<input type="text" class="span2 form-control" id="dp1" value="2001-11-01" />
</div>
<button type="submit" class="btn btn-primary" onclick="checkAge()">Check Mayar</button>
</div>
<h4 id="demo" style="text-align: center;"></h4>
</div>
</div>
<script type="text/javascript" src="http://hasahmad.github.io/js/script.js"></script>
</div>
<script src="http://hasahmad.github.io/js/prettify.js"></script>
<script src="http://hasahmad.github.io/js/jquery.js"></script>
<script src="http://hasahmad.github.io/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://hasahmad.github.io/datepicker/js/bootstrap-datepicker.js"></script>
<script src="http://hasahmad.github.io/js/date-defaults.js"></script>
</body>
</html>