-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGeoFSApp-downloadpage.html
26 lines (26 loc) · 1.68 KB
/
GeoFSApp-downloadpage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://raw.githubusercontent.com/Jminding/GeoFS-Desktop/main/styles.css">
<link rel="stylesheet" href="https://raw.githubusercontent.com/Jminding/GeoFS-Desktop/main/bootstrap.min.css">
<title>Download</title>
</head>
<body>
<header class="gradient">
<br>
<h1 class="title text-center" style="color: #fff;">Download GeoFS for Computers</h1>
<div class="containter text-center pt-3">
<button type="button" class="btn btn-primary btn-lg"><a href="https://github.com/Jminding/GeoFS-Desktop/releases/latest/download/GeoFS.AppImage" style="color: #fff">Linux</a></button>
<button type="button" class="btn btn-primary btn-lg"><a href="https://github.com/Jminding/GeoFS-Desktop/releases/latest/download/GeoFS.dmg" style="color: #fff">macOS</a></button>
<button type="button" class="btn btn-primary btn-lg"><a href="https://github.com/Jminding/GeoFS-Desktop/releases/latest/download/GeoFS.exe" style="color: #fff">Windows</a></button>
</div><br>
<div class="text-center">
<img src="https://user-images.githubusercontent.com/69938575/120089740-0df53580-c0cb-11eb-83bf-b657d84366cd.png" alt="GeoFS-Windows"></p>
</div>
<p class="text-center" style="color: #fff;">Brought to you by JAaMDG and NeoCOMS. © Copyright 2021 | JAaMDG - All rights reserved. GeoFS is originally made by Xavier Tassin, this is just the original version converted into a desktop app.</p>
</header>
</body>
</html>