Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvollmer committed Oct 2, 2021
1 parent feda5af commit d596a81
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
$header = $url . "header.png";
$favicon = $url . "favicon.ico";
$impressum = $url . "impressum.html";
$MOD_VERSION = "0.6.28-beta";
?>
<!DOCTYPE html>
<html lang="en">
Expand Down Expand Up @@ -87,7 +88,7 @@
<div class="content_title">
<h3>Downloads</h3>
</div>
<a class="button button2" href="https://github.com/maxvollmer/Half-Life-VR/releases/download/0.6.27-beta/HLVR_0.6.27-beta-Installer.exe">
<a class="button button2" href="https://github.com/maxvollmer/Half-Life-VR/releases/download/<?php echo $MOD_VERSION; ?>/HLVR_<?php echo $MOD_VERSION; ?>-Installer.exe">
<div class="button_text">
<h4>Download Installer</h4>
<p>
Expand All @@ -99,7 +100,7 @@
</p>
</div>
</a>
<a class="button button2" href="https://github.com/maxvollmer/Half-Life-VR/releases/download/0.6.27-beta/HLVR_0.6.27-beta.zip">
<a class="button button2" href="https://github.com/maxvollmer/Half-Life-VR/releases/download/<?php echo $MOD_VERSION; ?>/HLVR_<?php echo $MOD_VERSION; ?>.zip">
<div class="button_text">
<h4>Download Archive</h4>
<p>
Expand All @@ -111,6 +112,8 @@
</p>
</div>
</a>
<br><br>
<a href="https://github.com/maxvollmer/Half-Life-VR/releases/">Older versions</a>
</div>

<div class="content_row">
Expand Down

0 comments on commit d596a81

Please sign in to comment.