-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (24 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<!-- php -S localhost:8080 -t . -->
<head>
<script src="js/include.js"></script>
<div include-html="inc/header.html"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous" defer></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body class="d-flex flex-column min-vh-100">
<header>
<div class="text-center">
<img src="img/asegzawal.png" class="img-fluid" alt="Responsive image">
</div>
</header>
<div class="text-center">
<a class="btn btn-outline-dark" href="https://amzir-a.github.io/ighbalen/" role="button" style="width:150px;margin-top: 40px;">ⵉⵖⴱⴰⵍⵏ</a>
</div>
<div include-html="inc/footer.html" class="mt-auto"></div>
</body>
<script defer>
includeHTML();
</script>
</html>