-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (21 loc) · 913 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
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Find your Github profile informatioin"/>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/MoralistFestus/twicon-icon/css/twicon.min.css">
<link rel="icon/png" href="img/github-pngrepo-com.png">
<title>Github Profiles | Find your github profile</title>
</head>
<body>
<form id="form">
<center><img src="img/20201010_032841.png" class="github" alt="profile finder"></center>
<h3>Find Your Github Profile</h3>
<i class="twicon-search icon"></i><input type="text" id="search" class="center-block" placeholder="Search a Github User" />
</form>
<main id="main"></main>
<script src="js/main.js"></script>
</body>
</html>