Massive Update!

This commit is contained in:
2023-01-22 21:16:44 -08:00
parent 5ceb51541f
commit bab787cdf2
58 changed files with 10618 additions and 3462 deletions

View File

@ -0,0 +1,10 @@
<div class="top" id="add">
<form id="new_url_form" action="javascript:add_link();" method="get">
<label>Link</label>
<input type="url" id="add-url" name="url" value="" class="text" placeholder="e.g. a.domain.com" required autocomplete="off">
<label class="short">Short URL</label>
<input type="text" id="add-keyword" name="keyword" value="" class="text" placeholder="e.g. theme" autocomplete="off">
<input type="hidden" id="nonce-add" name="nonce-add" value="" autocomplete="off">
<input type="button" id="add-button" name="add-button" value="Shorten" class="button" autocomplete="off" onclick="add_link();">
</form>
</div>