-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1.24 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="nayeem, gitprofile, nayeemdev, nayeem9812"/>
<meta name="description" content="Simple app for showing all git info"/>
<meta name="language" content="EN">
<meta name="author" content="Nayeem Hossain, nayeem9812@gmail.com">
<meta name="copyright" content="@nayeemdev">
<meta name="reply-to" content="nayeem9812@gmail.com">
<meta name="owner" content="Nayeem Hossain">
<meta name="url" content="https://github.com/nayeemdev/gitprofile">
<link rel="icon" href="github.png" type="image/png" sizes="16x16">
<title>GitProfile - Index</title>
<link rel="stylesheet" href="assets/index.css">
</head>
<body>
<div class="container-fluid">
<div class="wrapper">
<img src="github.png" alt="github logo">
<h3 class="title">Find Your GitHub Info With Username</h3>
<form action="profile.html" method="GET">
<input type="text" name="username" class="username" placeholder="UserName" autocomplete="off" required>
</form>
</div>
</div>
</body>
</html>