Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RISHAB-CREATOR authored Aug 21, 2023
1 parent 8d6a88e commit e30ea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/linkshortner/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 class="text-white text-lg font-medium title-font mb-5">Short Url</h2>

var submitted = false;
</script>
<iframe name="hidden_iframe" id="hidden_iframe" style="display: none" onload="if(submitted){window.location='http://rishablinkshortner.ml/shorted.html';}"></iframe>
<iframe name="hidden_iframe" id="hidden_iframe" style="display: none" onload="if(submitted){window.location='shorted.html';}"></iframe>
</body>

</html>

0 comments on commit e30ea17

Please sign in to comment.