adding <table>

This commit is contained in:
Jake Visser 2017-07-14 22:39:35 -07:00
commit d99f5cc4d8

View file

@ -164,14 +164,17 @@
@if (indv) @if (indv)
{ {
<table>
<tr> <tr>
<td>Your Current Icon</td> <td>Your Current Icon</td>
<td><img class="icon" src="@imgname[curr]" /></td> <td><img class="icon" src="@imgname[curr]" /></td>
</tr> </tr>
</table>
} }
<div>Last Updated: @ViewData["lastseen"]</div> <div>Last Updated: @ViewData["lastseen"] GMT</div>
<div>@ViewData["Message"]</div>
<div>@ViewData["Message"]</div>