profile-site/download-gold-rush.html
Squirrel-314 d8c9ee7f51 hi
2020-12-01 15:46:29 -05:00

19 lines
675 B
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="download-gold-rush.css">
<title>Download | Gold Rush</title>
</head>
<body>
<nav>
<a href="#">Home</a>
</nav>
<h2>Like the game? Download our app!</h2>
<div class="downloads">
<a href="Gold Rush Downloads\gold-rush_0.1.0_amd64.deb" class="download">Download for Linux <br> v0.1</a>
<a href="#" class="download">Download for Windows <br> v0.1 <br> Not available yet</a>
<a href="#" class="download">Download for MacOS <br> v0.1 <br> Not available yet</a>
</div>
</body>
</html>