Skip to content

Commit

Permalink
Fix TinyURL https error
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrieb committed Oct 18, 2021
1 parent 8be0513 commit 42314ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/index.html
Expand Up @@ -130,7 +130,7 @@ <h1>Link Lock</h1>
<a href="../hidden" id="bookmark" target="_blank"><button>Create Hidden Bookmark</button></a>
<a href="" id="open" target="_blank"><button>Open in New Tab</button></a>
<!-- Special incantation to make TinyURL work -->
<form action="http://tinyurl.com/create.php" method="get" target="_blank" style="display: inline;">
<form action="https://tinyurl.com/create.php" method="get" target="_blank" style="display: inline;">
<input type="hidden" id="source" name="source" value="indexpage" />
<input type="hidden" id="tinyurl" name="url" value = "" />
<button>Get Shortened Link</button>
Expand Down

0 comments on commit 42314ca

Please sign in to comment.