htdocs/theunderlandcouk/chars/Underlanders/Temnplate.html

105 lines
2.7 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../chars.css">
<title></title>
<link rel="shortcut icon" href="../../images/palace.ico">
<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>
Gregor
</th>
<th>
Information
</th>
</tr>
<tr>
<td>
Name
</td>
<td>
</td>
</tr>
<tr>
<td>
Age
</td>
<td>
</td>
</tr>
<tr>
<td>
Gender
</td>
<td>
</td>
</tr>
<tr>
<td>
Species
</td>
<td>
</td>
</tr>
<tr>
<td>
Status
</td>
<td>
</td>
</tr>
<tr>
<td>
Bond
</td>
<td>
</td>
</tr>
<tr>
<td>
Nicknames
</td>
<td>
</td>
</tr>
<tr>
<td>
Relatives
</td>
<td>
</td>
</tr>
</table>
</article>
</body>
</html>