Update static/index.html
This commit is contained in:
parent
5f12744446
commit
dac828e8f6
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
<script src="static/custom/index.js"></script>
|
||||
<div id="container">
|
||||
<div id="button" onclick="go2Random()">New Pad</div><br><div id="label">or create/open a Pad with the name</div>
|
||||
<form action="#" name=""mainform" "onsubmit="go2Name();return false;">
|
||||
<form action="#" name="mainform" onsubmit="go2Name();return false;">
|
||||
<input type="text" name="padname" id="padname" autofocus>
|
||||
<input type="submit" value="OK">
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue