triflix commited on
Commit
8f18251
·
verified ·
1 Parent(s): 217b185

Update templates/result.html

Browse files
Files changed (1) hide show
  1. templates/result.html +1 -2
templates/result.html CHANGED
@@ -13,8 +13,7 @@
13
  <a
14
  href="{{ download_link }}"
15
  class="bg-green-500 text-white px-4 py-2 rounded hover:bg-green-600"
16
- >Download Video</a
17
- >
18
  <div class="mt-4">
19
  <a href="/" class="text-blue-500 hover:underline">Download Another Video</a>
20
  </div>
 
13
  <a
14
  href="{{ download_link }}"
15
  class="bg-green-500 text-white px-4 py-2 rounded hover:bg-green-600"
16
+ >Download Video</a>
 
17
  <div class="mt-4">
18
  <a href="/" class="text-blue-500 hover:underline">Download Another Video</a>
19
  </div>