21 lines
582 B
HTML
21 lines
582 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Thirty Eight</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="common.css">
|
|
</head>
|
|
<body>
|
|
<form>
|
|
<div class="box">
|
|
<label>
|
|
<input type="email" name="email" placeholder="EMAIL">
|
|
<br>
|
|
</label>
|
|
</div>
|
|
<br>
|
|
<input type="submit" value="SUBMIT"></input>
|
|
</form>
|
|
</body>
|
|
</html> |