Browse Source

Added Windows 32bits

pull/595/head
Ramiro Saenz 9 years ago committed by GitHub
parent
commit
71608d5daa
  1. 4
      index.html

4
index.html

@ -309,8 +309,10 @@
<h4 class="card-title text-center">Rambox for Windows<br><small>Requires Windows 7 or newer</small></h4>
<div class="download-group text-center">
<a href="https://getrambox.herokuapp.com/download/win32_x64" class="btn btn-primary btn-download"><i class="fa fa-download"></i> Download 64-bit</a>
<a href="https://getrambox.herokuapp.com/download/win32_ia32" class="btn btn-secondary btn-download"><i class="fa fa-download"></i> Download 32-bit</a>
<div>
<a href="https://getrambox.herokuapp.com/download/win32_x64?filetype=zip" style="margin:10px;font-size:10px;"><i class="fa fa-file-archive-o"></i> ZIP</a>
<a href="https://getrambox.herokuapp.com/download/win32_x64?filetype=zip" style="margin:10px;font-size:10px;"><i class="fa fa-file-archive-o"></i> ZIP 64-bit</a>
<a href="https://getrambox.herokuapp.com/download/win32_ia32?filetype=zip" style="margin:10px;font-size:10px;"><i class="fa fa-file-archive-o"></i> ZIP 64-bit</a>
</div>
</div>
</div>

Loading…
Cancel
Save