Skip to content

Instantly share code, notes, and snippets.

@lelouchB
Last active May 11, 2020 05:42
Show Gist options
  • Save lelouchB/08bfb3b694455d2d2981c999a604c3ec to your computer and use it in GitHub Desktop.
Save lelouchB/08bfb3b694455d2d2981c999a604c3ec to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Poke.mon</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<form>
<input type="text" placeholder="Search Pokemon" />
<input type="submit" value="Search" />
</form>
<div class="pokemon-container"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment