-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 872 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git-Finder </title>
<link rel="stylesheet" href="style.css">
<link rel="manifest" href="manifest.json">
<link rel="icon" href="title.png" type="image/icon type">
</head>
<body>
<form id = "form">
<input type="text" id="search"
placeholder="Search a Github User"/>
</form>
<main id="main"></main>
<div class="container mt-5 mb-3 ftext">
<footer class="footer">
<p class="text-center text-muted "> Made with ❤️ by <a href="https://github.com/nileshkr17" class="text-main">Nilesh</a>
</p>
</footer>
</div>
</body>
<script type="text/javascript" src="index.js"></script>
</html>