Skip to content

Commit

Permalink
added a placeholder hint within the form
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszviste committed Jul 22, 2020
1 parent 8b28923 commit 9736b39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@

<form action="./lnk.php" method="post">
<p>
<input type="text" name="url" class="urlentry">
<input type="text" name="url" class="urlentry" placeholder="enter your url here">
<input type="submit" value="save">
</p>
</form>


<?php

/* SlankLink - A simple, single-file php script that acts as a "url shortener".
Expand Down Expand Up @@ -75,6 +74,5 @@

SKIP:
?>

</body>
</html>

0 comments on commit 9736b39

Please sign in to comment.