chg: Some small changes to the UI

This commit is contained in:
SinTan1729 2024-03-17 01:47:01 -05:00
parent c07bb5c25f
commit 9d46546e44
No known key found for this signature in database
GPG Key ID: EB3E68BFBA25C85F

View File

@ -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">&times;</td> <td name="deleteBtn">&times;</td>