mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-06 23:55:54 -05:00
15 lines
426 B
HTML
15 lines
426 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" dir="ltr">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<link rel="stylesheet" href="/css/master.css">
|
||
|
<title>Download | Gold Rush</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>Like the game? Download our app!</h2>
|
||
|
<div class="download">Download for Linux</div>
|
||
|
<div class="download">Download for Windows</div>
|
||
|
<div class="download">Download for MacOS</div>
|
||
|
</body>
|
||
|
</html>
|