Skip to content

Commit 938c7fe

Browse files
authored
Create index.html
1 parent 028987d commit 938c7fe

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
9+
<title>Github Search</title>
10+
11+
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.21.1/axios.min.js"
12+
integrity="sha512-bZS47S7sPOxkjU/4Bt0zrhEtWx0y0CRkhEp8IckzK+ltifIIE9EMIMTuT/mEzoIMewUINruDBIR/jJnbguonqQ=="
13+
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
14+
15+
<link rel="stylesheet" href="style.css">
16+
17+
</head>
18+
19+
<body>
20+
<div class="upper">
21+
<input type="text" id="searchbar" placeholder="Enter Github Username">
22+
<button id="btn">Search</button>
23+
</div>
24+
25+
<div class="bottom">
26+
27+
28+
29+
</div>
30+
31+
32+
<script src="script.js"></script>
33+
</body>
34+
35+
</html>

0 commit comments

Comments
 (0)