15 lines
266 B
HTML
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>
|