profile-site/download-gold-rush.html

20 lines
719 B
HTML
Raw Normal View History

2020-12-01 15:10:26 -05:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
2020-12-01 15:46:29 -05:00
<link rel="stylesheet" href="download-gold-rush.css">
2020-12-01 15:10:26 -05:00
<title>Download | Gold Rush</title>
</head>
<body>
2020-12-01 15:46:29 -05:00
<nav>
2020-12-01 15:52:43 -05:00
<a href="index.html">Home</a>
2020-12-01 15:46:29 -05:00
</nav>
2020-12-01 15:10:26 -05:00
<h2>Like the game? Download our app!</h2>
2020-12-01 15:46:29 -05:00
<div class="downloads">
2020-12-03 12:01:54 -05:00
<a href="Gold Rush Downloads/gold-rush_0.1.0_amd64.deb" class="download">Download for Linux <br> v0.1</a>
<a href="Gold Rush Downloads/Gold Rush-win32.zip" class="download">Download for Windows <br> v0.1</a>
<a href="Gold Rush Downloads/Gold Rush-darwin-x64.zip" class="download">Download for MacOS <br> v0.1</a>
2020-12-01 15:46:29 -05:00
</div>
2020-12-01 15:10:26 -05:00
</body>
</html>