initial commit
This commit is contained in:
10
dist/html/form.php
vendored
Normal file
10
dist/html/form.php
vendored
Normal 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
10
dist/html/header.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<div>
|
||||
<div id="menu-icon">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user