rewrite
This commit is contained in:
32
html/index.html
Normal file
32
html/index.html
Normal file
@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="EN">
|
||||
<head>
|
||||
<title>Kahoot Flooder</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
<script type="text/javascript" src="assets/script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="rectangle"></div>
|
||||
<div id="circle"></div>
|
||||
<div id="container">
|
||||
<div id="logo"></div>
|
||||
<div id="form">
|
||||
<input id="pin" type="text" maxlength="7" placeholder="PIN">
|
||||
<div id="names">
|
||||
<select id="naming">
|
||||
<option value="enumerated">Enumerated</option>
|
||||
<option value="capitalized">Randomly capitalized</option>
|
||||
<option value="random">Fully random</option>
|
||||
</select>
|
||||
<input id="name" type="text" maxlength="15" placeholder="Name">
|
||||
</div>
|
||||
<input id="amount" type="text" placeholder="Amount">
|
||||
<input id="flood" type="button" value="Flood">
|
||||
</div>
|
||||
<p id="text"></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user