initial commit

This commit is contained in:
air66
2019-07-24 18:16:32 +01:00
commit 5efebf4ded
8591 changed files with 899103 additions and 0 deletions

10
dist/html/form.php vendored Normal file
View File

@@ -0,0 +1,10 @@
<form id="new_url_form" action="javascript:add_link();" method="get">
<label>Link:</label>
<input type="text" id="add-url" name="url" value="" class="text" placeholder="https://">
<label class="short">Short URL:</label>
<input type="text" id="add-keyword" name="keyword" value="" class="text" placeholder="Optional">
<input type="hidden" id="nonce-add" name="nonce-add" value="">
<input type="button" id="add-button" name="add-button" value="Shorten" onclick="add_link();">
</form>

10
dist/html/header.php vendored Normal file
View File

@@ -0,0 +1,10 @@
<div>
<div id="menu-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>