-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.png" type="image/png">
<title>Gemium</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main id="main">
<h1>Meet <span class="brand-name">Gemium</span></h1>
<p class="lead">An upcoming gemini client based on chromium</p>
<p>
<a href="https://github.com/gemium/gemium" target="_blank" rel="noreferrer nofollow">GitHub</a>
//
<a href="https://codeberg.org/binyamin/gemium" target="_blank" rel="noreferrer nofollow">Codeberg</a>
</p>
<details>
<summary>Help it Launch</summary>
<ul>
<li>Suggest a new feature, or comment on an existing idea</li>
<li>Tell me why you like/hate this idea</li>
<li><a href="https://binyam.in/contact">Ask questions</a> until everything has been explained</li>
</ul>
</details>
</main>
<footer>
<small>Copyright 2021 by <a href="https://binyam.in">Binyamin Green</a> & contributors. Built with ❤️ & 💻.</small>
</footer>
</body>
</html>