4
1
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Shakes_and_Fidget/index.html
2018-02-19 23:53:06 +01:00

23 lines
454 B
HTML

<img src="assets/top.png" align="top">
<img src="assets/bleft.png" align="left">
<img src="assets/bright.png" align="right">
<table Border = 1>
<tr>
<th>Name</th>
<th>Level</th>
<th>Gold</th>
<th>Class</th>
<th>Exp</th>
</tr>
<tr>
<td>{{ name }}</td>
<td>{{ level }}<img src="assets/Arrow.png" align="right"></td>
<td>{{ gold }}<img src="assets/Gold.png" align="right"></td>
<td>{{ class }}</td>
<td>{{ exp }}</td>
</tr>
</table>