[tor-commits] [lego/develop] Update message to download torbrowser in 404

hiro at torproject.org hiro at torproject.org
Tue Apr 7 16:13:26 UTC 2020


commit e4341d602db1c9fa40dbf4b27554f89c35653a09
Author: hiro <hiro at torproject.org>
Date:   Wed Apr 1 17:58:05 2020 +0200

    Update message to download torbrowser in 404
---
 templates/404.html | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/templates/404.html b/templates/404.html
index b60b5fe..7c8fd19 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -24,8 +24,8 @@
     <div class="container-fluid bg-darker">
         <div class="container bg-darker pt-5">
             <div class="row">
-<!-- Update image path -->
-                <img class="mx-auto p-5" src="../assets/static/images/404.png" style="max-width:70%" alt="404">
+              <!-- Update image path -->
+              <img class="mx-auto p-5" src="../assets/static/images/404.png" alt="404">
             </div>
             <div class="row">
                 <h3 class="mx-auto p-3 text-center text-white">oops, something is missing.</h3>
@@ -33,6 +33,9 @@
             <div class="row col-12 p-5 mx-auto justify-content-center">
                 <a class="btn btn-lg btn-outline-light" href="https://www.torproject.org/">Go to website<i class="ml-2 pt-1 fas fa-arrow-right"></i></a>
             </div>
+            <div class="row col-12 p-5 mx-auto justify-content-center">
+                <a class="btn btn-lg btn-outline-light" href="https://www.torproject.org/download">Download Tor Browser<i class="ml-2 pt-1 fas fa-arrow-down"></i></a>
+            </div>
         </div>
       </div>
     </div>





More information about the tor-commits mailing list