4
1
Fork 0
This commit is contained in:
Alpha 2018-02-19 23:53:06 +01:00
commit b7a9d91087
6 changed files with 23 additions and 0 deletions

BIN
assets/arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

BIN
assets/bleft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
assets/bright.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
assets/gold.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

BIN
assets/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

23
index.html Normal file
View file

@ -0,0 +1,23 @@
<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>