-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 1.26 KB
/
index.html
File metadata and controls
21 lines (19 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html">
<meta name="viewport" content="width=device-width">
<title>Coming Soon</title>
<style>
body { max-width: 600px; line-height: 1.6em; font-family: serif; margin: 10vh auto; padding: 10px; }
a { color: #52748c !important; font-size: 1.3em; }
h1 { color: #52748c; font-size: 1.8em;
</style>
</head>
<body>
<h1>coming soon</h1> <div style="width: 64px; height: 64px; box-sizing: border-box; padding: 12px; float: right;"><div style="background-color: #52748c; border-top-right-radius: 10px; height: 100%; width: 100%;"></div></div>
<p>we are busy working on the future of open-source communication. our development happens out in the open - if you'd like to keep up with our progress, take a look at our <a href="https://github.com/punctum-im">github organization</a>.</p>
<p>if you're looking for the punctum protocol, it can be found <a href="https://punctum-im.github.io/protocol">under this link</a>. however, it is in a fairly rough state at the moment, as all development is currently focused on drywall. for a list of features that have yet to be implemented, see <a href="https://github.com/punctum-im/protocol/issues/1">the TODO issue</a>.</p>
</body>
</html>