Skip to content

Commit 2edd40e

Browse files
committed
Added VM download button
1 parent 05238a7 commit 2edd40e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
ga('send', 'pageview');
3737

3838
</script>
39-
39+
4040
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic,400italic,600italic' rel='stylesheet' type='text/css'>
4141
</head>
4242

@@ -95,7 +95,10 @@
9595
</div>
9696
<div class="col-lg-8 col-lg-offset-2 text-center">
9797
<a href="https://github.com/elkarbackup/elkarbackup/wiki/Installation" class="btn btn-lg btn-outline">
98-
<i class="fa fa-download"></i> Installation
98+
<i class="fa fa-wrench"></i> Installation
99+
</a>
100+
<a href="https://github.com/elkarbackup/elkarbackup/wiki/DownloadVirtualMachine" class="btn btn-lg btn-outline">
101+
<i class="fa fa-download"></i> Ready-to-use VM
99102
</a>
100103
<br />
101104
</div>

0 commit comments

Comments
 (0)