19 lines
513 B
HTML
19 lines
513 B
HTML
{4b821121d23934135d8a19ab92a958b411e64999 true 513 index.html 0xc002a82690}
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>document</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<form action="">
|
|
<div>
|
|
<input type="text" placeholder="Your Username" maxlength="20" />
|
|
<span class="progress"></span>
|
|
<span class="count"></span>
|
|
</div>
|
|
</form>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html> |