-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.66 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.66 KB
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property='og:title' content='CBPI Phone Directory'/>
<meta property='og:image' content='https://devtarak.github.io/blog/Gallery/1691946527441.jpg'/>
<meta property='og:description' content="Cox's Bazar Polytechnic Institute Principle, all Teachers and staffs contact details."/>
<meta property='og:url' content='https://devtarak.github.io/CBPI-Phone-Directory/'/>
<meta property='og:image:width' content='1200' />
<meta property='og:image:height' content='627' />
<meta property="og:type" content='website'/>
<meta name="theme-color" content="#2479c8a1">
<title>CBPI Phone Directory</title>
<link rel="icon" type="image/x-icon" href="img/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="apple-touch-icon" href="img/favicon192.png">
</head>
<body>
<header>
<h1>CBPI Phone Directory</h1>
<input type="text" id="searchInput" placeholder="Search CBPI Teachers contact...">
</header>
<main id="contactList" class="MainListCon">
</main>
<button id="loadMoreBtn" class="center-btn">Load More</button>
<footer>
<div class="cradit">
<p >Developed by <a href="https://devtarak.github.io/">Tarak Rahman</a></p>
</div>
</footer>
<script src="app/script.js"></script>
<script src="app/controle1.js"></script>
</body>
</html>