mirror of
https://github.com/gchq/CyberChef
synced 2025-01-14 13:33:54 +00:00
Added download attribute to <a> tag
Added download attribute to <a> tag
This commit is contained in:
parent
94c631a928
commit
75fd16a600
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="content-wrapper">
|
<div id="content-wrapper">
|
||||||
<div id="banner" class="green">
|
<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">
|
<span id="notice">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
// Must be text/javascript rather than application/javascript otherwise IE won't recognise it...
|
// Must be text/javascript rather than application/javascript otherwise IE won't recognise it...
|
||||||
|
|
Loading…
Reference in a new issue