<!DOCTYPE html>
<html>
<head>
<title>Anime Fetcher</title>
</head>
<body>
<form action="/session" method="post">
<label for="url">URL:</label><br>
<input type="text" id="url" name="url"><br>
<label for="name">Name:</label><br>
<input type="text" id="name" name="name"><br>
<label for="season">Season:</label><br>
<input type="text" id="season" name="season"><br>
<input type="submit" value="Submit">
</form>
</body>
</html>