fetapi/webinterface/index.html

16 lines
470 B
HTML

<!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>
<input type="tel" id="phonenumber" />
<label for="state_history">State history:</label>
<textarea name="state_history" cols="40" rows="5"></textarea>
<script src="js/scripts.js"></script>
</body>
</html>