[public] Renamed static folder to public
This commit is contained in:
parent
fb28622c01
commit
6980fc99d0
2 changed files with 2 additions and 3 deletions
|
@ -11,11 +11,10 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<form method="POST" action="/">
|
||||
<form id="url-form">
|
||||
<input name="url" type="text" placeholder="paste a long url" autofocus required /> <br>
|
||||
<input name="alias" type="text" placeholder="custom alias (optional)" /> <br>
|
||||
<button class="gradient-text">shorten</button>
|
||||
<button id="btn" class="gradient-text">shorten</button>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue