-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
65 lines (65 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon.ico" />
<meta
name="description"
content="libDrive is a media library manager, similar to Plex, that organizes Google Drive folders and offers an intuitive interface to explore them"
/>
<meta property="og:title" content="libDrive" />
<meta
property="og:description"
content="libDrive is a media library manager, similar to Plex, that organizes Google Drive folders and offers an intuitive interface to explore them"
/>
<meta property="og:image" content="images/icons/icon-512x512.png" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/index.css" />
<title>libDrive</title>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script async src="https://arc.io/widget.min.js#tUUqUjhw"></script>
</head>
<body>
<div class="title__container">
<h1 class="title">libDrive</h1>
</div>
<div class="gh__container">
<a
class="github-button"
href="https://github.com/libDrive/libDrive"
data-color-scheme="no-preference: dark_dimmed; light: dark_dimmed; dark: dark_dimmed;"
data-icon="octicon-star"
data-size="large"
data-show-count="true"
aria-label="Star libDrive/libDrive on GitHub"
>Star</a
>
<a
class="github-button"
href="https://github.com/eliasbenb"
data-color-scheme="no-preference: dark_dimmed; light: dark_dimmed; dark: dark_dimmed;"
data-size="large"
data-show-count="true"
aria-label="Follow @eliasbenb on GitHub"
>Follow @eliasbenb</a
>
<a
class="github-button"
href="https://github.com/libDrive/libDrive#Funding"
data-color-scheme="no-preference: dark_dimmed; light: dark_dimmed; dark: dark_dimmed;"
data-icon="octicon-heart"
data-size="large"
aria-label="Sponsor @eliasbenb on GitHub"
>Sponsor</a
>
</div>
<a href="https://github.com/libDrive/libDrive" target="blank">
<img src="images/screen.png" class="screen" />
<img src="images/icons/icon-128x128.png" class="logo" />
</a>
</body>
</html>