Files
absencia-de-presencia/templates/index.html
2021-11-27 13:05:12 +01:00

15 lines
266 B
HTML

<html>
<head>
<title>Absencia de Presencia</title>
<script src="/static/index.js"></script>
</head>
<body>
<div>
<input type="text" id="frase"/>
<input type="button" id="submit"/>
</div>
<p id="response"></p>
</body>
</html>