12345678910111213141516171819202122232425262728 |
- <html><body>Warehouse Chief Klump:<br>
- Check all 5 of your cards and then show them to me.<br>
- <table border="1" border color="white" width=170>
- <tr>
- <td align="center" width=15>
- <font color="FontColor1">Cell1</font>
- </td>
- <td align="center" width=15>
- <font color="FontColor2">Cell2</font>
- </td>
- <td align="center" width=15>
- <font color="FontColor3">Cell3</font>
- </td>
- <td align="center" width=15>
- <font color="FontColor4">Cell4</font>
- </td>
- <td align="center" width=15>
- <font color="FontColor5">Cell5</font>
- </td>
- </tr>
- </table>
- <br>
- <a action="bypass -h Quest Q00662_AGameOfCards turncard1">Put the first card face up.</a><br>
- <a action="bypass -h Quest Q00662_AGameOfCards turncard2">Put the second card face up.</a><br>
- <a action="bypass -h Quest Q00662_AGameOfCards turncard3">Put the third card face up.</a><br>
- <a action="bypass -h Quest Q00662_AGameOfCards turncard4">Put the fourth card face up.</a><br>
- <a action="bypass -h Quest Q00662_AGameOfCards turncard5">Put the fifth card face up.</a>
- </body></html>
|