-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (36 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MaktabaNorulilm</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon"
href="https://raw.githubusercontent.com/saleemtoure/maktaba/refs/heads/main/images/icon.ico">
</head>
<body>
<header class="header">
<a href="index.html"><img id="headerImage"
src="https://raw.githubusercontent.com/saleemtoure/maktaba/refs/heads/main/images/logo.png"></a>
<p id="header">Velkommen til Maktaba Norul‑ilm</p>
</header>
<div id="mainDiv">
<div id="searchContainer">
<input type="text" id="searchBar" placeholder="Søk i alle bøker...">
<p id="antallTreff"></p>
</div>
<div id="book-container"></div>
</div>
<footer id="footer">Du kan kontakte oss og bestille på <a href="https://www.instagram.com/maktabanorulilm/"
target="_blank" class="sosial-media">Instagram</a> og
<a href="https://www.facebook.com/maktabanorulilm/?locale=nb_NO" target="_blank"
class="sosial-media">Facebook</a> | | Send en mail <a
href="mailto:saleemtoure@gmail.com?subject=Problemer med nettsiden: maktabanourulilm"" target=" _blank"
class="sosial-media">her</a> hvis du har oppdaget en feil på nettsiden.<a
href="https://www.github.com/saleemtoure" target="_blank" class="sosial-media">Github:
@saleemtoure</a>
</footer>
<div class="bg"></div>
<script src="script.js"></script>
</body>
</html>