<!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>
</html>