File tree Expand file tree Collapse file tree
Github Search Profile App Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments