-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
28 lines (28 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Snapchat Score Botter</title>
</head>
<body>
<center>
<h1>Snapchat Score Botter</h1>
<h3>By <a href="https://github.com/natrixdev">natrixdev</a></h3>
<br>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<div class="form__group">
<input type="text" class="form__input" id="name" placeholder="Snapchat Username" required="True" />
<label for="name" class="form__label">By <strong>natrixdev</strong></label>
</div>
<br/>
<div class="form__group">
<input type="number" class="form__input" id="name" placeholder="Desired Score" required="True" />
<label for="name" class="form__label">By <strong>natrixdev</strong></label>
</div>
<button class="button-32" role="button">Start Sending</button>
</center>
</body>
</html>