Habemus frontend

This commit is contained in:
Marce Coll
2021-11-27 13:05:12 +01:00
parent 603e6dba2b
commit 7a8ae86a1c
3 changed files with 32 additions and 5 deletions

View File

@@ -1,11 +1,14 @@
<html>
<head>
<title>Absencia de Presencia</title>
<script src="/static/index.js"></script>
</head>
<body>
<form>
<input type="text"/>
<input type="submit"/>
</form>
<div>
<input type="text" id="frase"/>
<input type="button" id="submit"/>
</div>
<p id="response"></p>
</body>
</html>