-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
33 lines (33 loc) · 1.25 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>about</title>
<link rel="stylesheet" href="style/about.css">
</head>
<body>
<div class="about">
<center>
<h class="title">ABOUT US</h>
<p class="p-1">BRUH library is an oline book shelf that provides with various text books and reference books with additional entrance and model examination of many privies years and mid and final examination of many schools.</p>
<div class="link">
<h2 class="title-2">DEVELOPER CONTACT</h2>
<ul class="li-ab">
<li>
<a>TELEGRAM</a>
</li>
<li>
<a>INSTAGRAM</a>
</li>
<li>
<a>E-MAIL</a>
</li>
</ul>
</div>
<p class="p-1">This website is a class project of
<a class="karu"> KARU</a> technology institute that is made by Abdurahim Mohammed.</p>
</center>
</div>
</body>
</html>