Untitled
unknown
plain_text
4 years ago
551 B
18
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<script src="peticiones.js" defer></script>
</head>
<body>
<input
class="myinput"
type="text"
placeholder="Buscar por nombre y género"
/>
<button class="mybutton" onClick="getCharacters()">Buscar</button>
<div class="container"></div>
</body>
</html>
Editor is loading...