Added autofocus and hid file upload temporarily
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<div id=main>
|
<div id=main>
|
||||||
<h2 class=center>URL SHORTENER</h2>
|
<h2 class=center>URL SHORTENER</h2>
|
||||||
<form method=POST action=function.php>
|
<form method=POST action=function.php>
|
||||||
<input type=text name=url></input>
|
<input type=text name=url autofocus></input>
|
||||||
<button type=submit>SHORTEN</button>
|
<button type=submit>SHORTEN</button>
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
@@ -32,14 +32,14 @@
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class=fileUpload>
|
<div class=fileUpload>
|
||||||
<form action="" method=POST>
|
<form action="" method=POST>
|
||||||
<input type=file name=fileUpload[] multiple>
|
<input type=file name=fileUpload[] multiple>
|
||||||
<button type=submit>
|
<button type=submit>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<input type=checkbox id=boo>
|
<input type=checkbox id=boo>
|
||||||
<div id=cookie><p><label for=boo>This site does <b>not</b> use cookies. You're welcome.</label></p></div>
|
<div id=cookie><p><label for=boo>This site does <b>not</b> use cookies. You're welcome.</label></p></div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user