-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jours fériés</title>
<link href="assets/all.min.css" rel="stylesheet">
<link href="assets/bootstrap.min.css" rel="stylesheet">
<link href="assets/style.css" rel="stylesheet">
</head>
<body>
<div class="text-center"><a href="https://ticlab.net" target="new"><img src="assets/logo-ticlab.png" width="150"/></a>
</div>
<div class="container">
<div class="text-center"><h2>JOURS FERIES EN COTE D'IVOIRE</h2></div>
<br/>
<div class="row">
<div class="offset-4 col-lg-2 col-md-4 col-sm-8 p-0">
<input type="number" class="form-control search-slt" placeholder="Saisir une année" id="txtyear">
</div>
<div class="col-lg-2 col-md-4 col-sm-8 p-0">
<button type="button" class="btn btn-success wrn-btn" onclick="showHolidays()()"><i
class="fa fa-eye"> </i>Afficher fériés
</button>
</div>
</div>
<ol id="holidaysList" class="gradient-list">
<main>
</main>
</ol>
</div>
<div class="footer">
<center>
<a href="https://ticlab.net" target="new" class="menu">TicLab@2021 | </a>
<a href="https://ngdia.tk" target="new" class="menu">NgDia | </a>
<a href="https://github.com/it-ticlab" target="new" class="menu">Github</a>
</center>
</div>
</body>
<script src="assets/holidays.js"></script>
</html>