Some style, fixed JS
This commit is contained in:
@@ -2,11 +2,17 @@
|
||||
<head>
|
||||
<title>Absencia de Presencia</title>
|
||||
<script src="/static/index.js"></script>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<input type="text" id="frase"/>
|
||||
<input type="button" id="submit"/>
|
||||
<div id="container">
|
||||
<textarea id="frase"></textarea>
|
||||
|
||||
<div id="buttons">
|
||||
<button id="absencia">Absencia</button>
|
||||
<button id="presencia">Presencia</button>
|
||||
<button id="submit">Calcula</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p id="response"></p>
|
||||
|
||||
Reference in New Issue
Block a user