Added download attribute to <a> tag

Added download attribute to <a> tag
This commit is contained in:
WrathZA 2016-11-29 11:21:53 +02:00 committed by GitHub
parent 94c631a928
commit 75fd16a600
1 changed files with 1 additions and 1 deletions

View File

@ -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...