-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (20 loc) · 935 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>Comingle - events app powered by Nostr</title>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body>
<img src="banner.png" alt="Comingle banner" width="500">
<br><br>
Comingle - events app powered by Nostr.
<br><br>
Comingle iOS beta is available for download on <a href="https://testflight.apple.com/join/8rckHFzp" target="_blank">Apple TestFlight</a>
<br><br>
Follow us on <a href="https://primal.net/p/npub1c0nfstrlj0jy8kvl953v84hudwnpgad0zx709z0ey7nmjp0llegslzg243" target="_blank">Nostr</a> and <a href="https://github.com/comingle-co" target="_blank">GitHub</a>
<br><br>
© 2024 Comingle Labs LLC
</body>
</html>