Jelajahi Sumber

Added download attribute to <a> tag

Added download attribute to <a> tag
WrathZA 8 tahun lalu
induk
melakukan
75fd16a600
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/html/index.html

+ 1 - 1
src/html/index.html

@@ -40,7 +40,7 @@
         </div>
         <div id="content-wrapper">
             <div id="banner" class="green">
-                <a href="cyberchef.htm" style="float: left; margin-left: 10px; margin-right: 80px;">Download CyberChef<img src="images/download-24x24.png" /></a>
+                <a href="cyberchef.htm" style="float: left; margin-left: 10px; margin-right: 80px;" download>Download CyberChef<img src="images/download-24x24.png" /></a>
                 <span id="notice">
                     <script type="text/javascript">
                         // Must be text/javascript rather than application/javascript otherwise IE won't recognise it...