Skip to content

Commit cf8963b

Browse files
committed
fff
1 parent 53e01f0 commit cf8963b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

inc/header.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<meta name="viewport" content="width=device-width, initial-scale=1.0">
44
<title>ⴰⵔⵔⵉⴼ</title>
55

6-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
7-
86
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous" defer></script>
97

108
<nav class="navbar navbar-light bg-light">

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<script src="js/include.js"></script>
77
<div include-html="inc/header.html"></div>
88
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous" defer></script>
9+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
910
</head>
1011

1112
<body class="d-flex flex-column min-vh-100">
@@ -16,6 +17,10 @@
1617
</div>
1718
</header>
1819

20+
<div class="text-center">
21+
<a class="btn btn-outline-dark" href="https://amzir-a.github.io/ighbalen/" role="button" style="width:150px;margin-top: 40px;">ⵉⵖⴱⴰⵍⵏ</a>
22+
</div>
23+
1924
<div include-html="inc/footer.html" class="mt-auto"></div>
2025
</body>
2126

0 commit comments

Comments
 (0)