mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-21 13:53:38 -07:00
adding <table>
This commit is contained in:
parent
18ecb374d1
commit
d99f5cc4d8
1 changed files with 9 additions and 6 deletions
|
@ -164,14 +164,17 @@
|
|||
@if (indv)
|
||||
{
|
||||
|
||||
<tr>
|
||||
<td>Your Current Icon</td>
|
||||
<td><img class="icon" src="@imgname[curr]" /></td>
|
||||
</tr>
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue