updating url shortening link to reflect the move from / to /new
This commit is contained in:
parent
7dbf7eacc8
commit
23cbf9f16b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<p style="margin-top:100px;"><a href="/">Shorten URL</a> -- Upload File</p>
|
||||
<p style="margin-top:100px;"><a href="/new">Shorten URL</a> -- Upload File</p>
|
||||
<form method="POST" action="/upload" enctype="multipart/form-data">
|
||||
<input type="file" name="file" size="30" /><br/>
|
||||
Embed as image? <input type="checkbox" name="image" /><br/>
|
||||
|
|
Loading…
Reference in a new issue