-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (20 loc) · 768 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
<!doctype html>
<html lang="en-US">
<head>
<title>gilgeekify</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="username-field">
<h1>Please Choose A Username</h1>
<label for="username"><i class="bi bi-person-circle"></i></label>
<input type="text" id="username" placeholder="Username">
<h6>Live Username Checker From MySQL Database JSON API</h6>
</div>
<script src="app.js"></script>
</body>
</html>