20 lines
404 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Forms</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<form action="" class="signup-form">
<input type="text" id="username" placeholder="username">
<input type="submit" value="submit">
</form>
<script src="submit_events.js">
</script>
</body>
</html>