updating url shortening link to reflect the move from / to /new

This commit is contained in:
Andrew Davidson 2011-06-20 03:01:29 +00:00
parent 7dbf7eacc8
commit 23cbf9f16b

View file

@ -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"> <form method="POST" action="/upload" enctype="multipart/form-data">
<input type="file" name="file" size="30" /><br/> <input type="file" name="file" size="30" /><br/>
Embed as image? <input type="checkbox" name="image" /><br/> Embed as image? <input type="checkbox" name="image" /><br/>