-
-
Notifications
You must be signed in to change notification settings - Fork 136
/
index.html
78 lines (62 loc) · 2.69 KB
/
index.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!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">
<title>OpenSource Drive - ODrive</title>
<meta name="description" content="A desktop implementation for Bunq's API. This app does everything within the application so you don't have to worry about sharing your API key with anyone else!">
<link href="../fonts.googleapis.com/css7b4f.css?family=Roboto" rel="stylesheet">
<link rel="manifest" href="assets/icons/manifest.json" />
<link rel="icon" type="image/png" href="assets/icons/favicon.ico" sizes=16x16 />
<link rel="icon" type="image/png" href="assets/icons/favicon.ico" sizes=32x32 />
<link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg" color="#000000" />
<link rel="icon" type="image/x-icon" class="js-site-favicon" href="assets/icons/favicon.ico">
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="canonical" href="index.html">
<link type="application/atom+xml" rel="alternate" href="feed.xml" title="BunqDesktop" />
</head>
<body>
<header>
</header>
<main class="main" aria-label="Content">
<div class="landing-header">
<h1>OpenSource Drive - ODrive</h1>
<h3>Google Drive GUI for Windows / Mac / Linux</h3>
<div class="logo">
<img src="https://raw.githubusercontent.com/liberodark/Odrive/master/public/images/logo.png" width="500">
<img src="assets/images/odrive.png" />
</div>
<div class="call-to-action">
<a href="https://github.com/liberodark/ODrive/releases/latest">
<button>Download for Windows</button>
</a>
<a href="https://github.com/liberodark/ODrive/releases/latest">
<button>Download for Mac</button>
</a>
<a href="https://github.com/liberodark/ODrive/releases/latest">
<button>Download for Linux</button>
</a>
</div>
</div>
</main>
<!-- fork me github banner -->
<a href="https://github.com/liberodark/ODrive">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="assets/images/fork.png"
alt="Fork me on GitHub"
data-canonical-src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
</a>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-87358128-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-87358128-6');
</script>
</body>
</html>