Skip to content

Instantly share code, notes, and snippets.

@hpoom
Created October 12, 2016 08:47
Show Gist options
  • Save hpoom/478446fdf81525ed2bd3d83358573802 to your computer and use it in GitHub Desktop.
Save hpoom/478446fdf81525ed2bd3d83358573802 to your computer and use it in GitHub Desktop.
<html>
<head>
</head>
<body>
<table id="onsite">
<tr>
<td>WINPPA</td><td>LEGOLAND Resort Hotel - Pirate Room</td><td>£545.50</td>
</tr>
<tr>
<td>WINAAA</td><td>LEGOLAND Resort Hotel - Adventure Room</td><td>£545.50</td>
</tr>
</table>
<table id="offsite">
<tr>
<td>WINBAS</td><td>The Basingstoke Hotel</td><td>£136.50</td>
</tr>
<tr>
<td>WINWOK</td><td>Wokefield Park</td><td>£184.50</td>
</tr>
<tr>
<td>WINBEU</td><td>Beaumont Estate</td><td>£210.00</td>
</tr>
</table>
</body>
</html>
@hpoom
Copy link
Author

hpoom commented Oct 12, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment