mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -06:00
chg: Some small changes to the UI
This commit is contained in:
parent
c07bb5c25f
commit
9d46546e44
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@
|
||||||
<p name="loading-text">Loading links table...</p>
|
<p name="loading-text">Loading links table...</p>
|
||||||
<table class="pure-table">
|
<table class="pure-table">
|
||||||
<caption>Active links</caption>
|
<caption>Active links</caption>
|
||||||
<br>
|
<br />
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td id="short-url-header">Short URL<br>(click to copy)</td>
|
<td id="short-url-header">Short URL (click to copy)</td>
|
||||||
<td>Long URL</td>
|
<td>Long URL</td>
|
||||||
<td>Hits</td>
|
<td>Hits</td>
|
||||||
<td name="deleteBtn">×</td>
|
<td name="deleteBtn">×</td>
|
||||||
|
|
Loading…
Reference in a new issue