Skip to content
Snippets Groups Projects
index.html 456 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>
Claudenir Fonseca's avatar
Claudenir Fonseca committed
<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" />
Claudenir Fonseca's avatar
Claudenir Fonseca committed
</html>