12 lines
173 B
HTML
12 lines
173 B
HTML
<html>
|
|
<head>
|
|
<title>Absencia de Presencia</title>
|
|
</head>
|
|
<body>
|
|
<form>
|
|
<input type="text"/>
|
|
<input type="submit"/>
|
|
</form>
|
|
</body>
|
|
</html>
|