You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
897 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="/static/js/index.js"></script>
<link rel="stylesheet" href='/static/styles/index.css'/>
<title>Title</title>
</head>
<body>
<div id='container'>
<h3 style="color: white">Test</h3>
<form method="post">
<div>
<label for="zoom"></label>
<input
type="zoom"
id="zoom"
name="zoom"
placeholder="10"
/>
</div>
<div>
<label for="Town"></label>
<input
type="town"
id="town"
name="town"
placeholder="Groß-Gerau"
/>
</div>
<br>
<button type="submit">Submit</button>
</form>
</div>
</body>
</html>