We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb92b4 commit 8f2b1c7Copy full SHA for 8f2b1c7
index.html
@@ -15,7 +15,7 @@ <h1 class="text-4xl font-extrabold text-blue-700 tracking-tight">Sankuchit</h1>
15
</header>
16
17
<div class="bg-white shadow-md rounded-lg p-8">
18
- <form action="" method="post" enctype="multipart/form-data" class="space-y-6">
+ <form action="https://sankuchit.onrender.com/resize" method="post" enctype="multipart/form-data" class="space-y-6">
19
<div>
20
<label for="width" class="block text-gray-700 text-sm font-bold mb-2">Width (px):</label>
21
<input step="10" type="number" name="width" id="width" placeholder="Enter width" class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline">
0 commit comments