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)
{
<table>
<tr>
<td>Your Current Icon</td>
<td><img class="icon" src="@imgname[curr]" /></td>
</tr>
</table>
}
<div>Last Updated: @ViewData["lastseen"]</div>
<div>@ViewData["Message"]</div>
<div>Last Updated: @ViewData["lastseen"] GMT</div>
<div>@ViewData["Message"]</div>