-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·48 lines (41 loc) · 2.19 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
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="THE ICAIMH 2023, INTERNATIONAL CONFERENCE ON ARTIFICIAL INTELLIGENCE FOR MENTAL HEALTH."/>
<meta property="og:title" content="ICAIMH 2023" />
<meta property="og:description" content="INTERNATIONAL CONFERENCE ON ARTIFICIAL INTELLIGENCE FOR MENTAL HEALTH" />
<meta property="og:image" content="https://icaimh.orassets/img/icon.png" />
<title>ICAIMH</title>
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="apple-touch-icon" type="image/png" href="favicon.png"/>
<link rel="stylesheet" href="assets/css/header.css"/>
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/footer.css"/>
<link rel="stylesheet" href="assets/css/settings.css">
<link rel="stylesheet" href="assets/css/bootstrap/bootstrap.css"/>
<link rel="stylesheet" href="assets/css/progress-waves/progress-waves.css" />
<script type="text/javascript" src="assets/js/jquery/jquery-3.6.3.min.js"></script>
<script type="text/javascript" src="assets/js/boostrap/popper.js"></script>
<script type="text/javascript" src="assets/js/boostrap/bootstrap.js"></script>
<script type="text/javascript" src="https://kit.fontawesome.com/45786511e1.js" crossorigin="anonymous"></script>
</head>
<body class="d-flex h-100 text-center">
<div class="d-flex w-100 h-100 mx-auto flex-column">
<div class="in-progress"></div>
<div include="assets/component/navbar.html"></div>
<div include="assets/component/main.html"></div>
<div include="assets/component/footer.html"></div>
<button type="button" id="btn-back-to-top" class="btn btn-success btn-floating btn-lg">
<i class="fas fa-arrow-up"></i>
</button>
<script src="assets/js/boostrap/carousel.js"></script>
<script src="assets/js/scrolltop.js"></script>
<script src="assets/js/module.js"></script>
<script src="assets/js/settings.js"></script>
</div>
</body>
</html>