Skip to content
Snippets Groups Projects
index.html 278 B
Newer Older
Claudenir Fonseca's avatar
Claudenir Fonseca committed
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<p>Hello there</p>
<img src="/pokemon/images/abra.png"/>
<form action="/pokemon/api/pokemonTypes">
    <input type="submit" value="Pokemon Types" />
</form></body>
Claudenir Fonseca's avatar
Claudenir Fonseca committed
</html>