<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>

<p>Hello there</p>

<img src="/pokemon/images/red.png" style="height: 150px"/>
<img src="/pokemon/images/abra.png" style="height: 150px"/>

<form action="/pokemon/api/trainers">
    <input type="submit" value="Trainers" />
</form>

<form action="/pokemon/api/pokemonTypes">
    <input type="submit" value="Pokemon Types" />
</form>

</body>
</html>