20 lines
768 B
HTML
20 lines
768 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/normalize.css">
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
</head>
|
|
<body>
|
|
<img id="drehscheibe" src="images/drehscheibe.svg" width=500 height=500 />
|
|
<img id="nummerscheibe" src="images/nummerscheibe.svg" width=500 height=500 />
|
|
<img id="fingerlimiter" src="images/fingeranstoß.svg" width=500 height=500 />
|
|
<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>
|