htdocs/theunderlandcouk/species/Template.html

70 lines
1.8 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="species.css">
<title></title>
<link rel="shortcut icon" href="../images/palace.ico">
</head>
<body>
<a href="../index.html">
<img width="500" src="../images/TheUnderlandLogo.png" />
</a>
<form>
<img width="200" src="../images/underlandReturnButton.png" onclick="history.back()"/>
<style>
img:hover {
cursor: pointer;
}
</style>
</form>
<br/>
<h1></h1>
<article>
<table>
<tr>
<th>
</th>
<th>
Information
</th>
</tr>
<tr>
<td>
Overland equivilant
</td>
<td>
</td>
</tr>
<tr>
<td>
Features
</td>
<td>
</td>
</tr>
<tr>
<td>
All named characters
</td>
<td>
</td>
</tr>
<tr>
<td>
Geographical location
</td>
<td>
</td>
</tr>
</table>
</article>
</body>
</html>