2021-02-24 18:30:15 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>FeTap Webinterface</title>
|
|
|
|
<meta name="description" content="The official FeTap Webinterface">
|
|
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-02-25 17:19:59 +01:00
|
|
|
<input type="tel" id="phonenumber" />
|
|
|
|
<label for="state_history">State history:</label>
|
|
|
|
<textarea name="state_history" cols="40" rows="5"></textarea>
|
2021-02-24 18:30:15 +01:00
|
|
|
<script src="js/scripts.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|