diff options
Diffstat (limited to 'news/hello-world')
| -rw-r--r-- | news/hello-world/index.html | 80 | ||||
| -rw-r--r-- | news/hello-world/index.html.gz | bin | 0 -> 1316 bytes |
2 files changed, 80 insertions, 0 deletions
diff --git a/news/hello-world/index.html b/news/hello-world/index.html new file mode 100644 index 0000000..5d3da15 --- /dev/null +++ b/news/hello-world/index.html @@ -0,0 +1,80 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Hello, World — Tesseras</title> + <meta name="description" content="Introducing the Tesseras project — a P2P network for preserving human memories."> + <!-- Open Graph --> + <meta property="og:type" content="article"> + <meta property="og:title" content="Hello, World"> + <meta property="og:description" content="Introducing the Tesseras project — a P2P network for preserving human memories."> + <meta property="og:image" content="https://tesseras.net/images/social.jpg"> + <meta property="og:image:width" content="1200"> + <meta property="og:image:height" content="630"> + <meta property="og:site_name" content="Tesseras"> + <!-- Twitter Card --> + <meta name="twitter:card" content="summary_large_image"> + <meta name="twitter:title" content="Hello, World"> + <meta name="twitter:description" content="Introducing the Tesseras project — a P2P network for preserving human memories."> + <meta name="twitter:image" content="https://tesseras.net/images/social.jpg"> + <link rel="stylesheet" href="https://tesseras.net/style.css?h=21f0f32121928ee5c690"> + + + <link rel="alternate" type="application/atom+xml" title="Tesseras" href="https://tesseras.net/atom.xml"> + + + <link rel="icon" type="image/png" sizes="32x32" href="https://tesseras.net/images/favicon.png?h=be4e123a23393b1a027d"> + +</head> +<body> + <header> + <h1> + <a href="https://tesseras.net/"> + <img src="https://tesseras.net/images/logo-64.png?h=c1b8d0c4c5f93b49d40b" alt="Tesseras" width="40" height="40" class="logo"> + Tesseras + </a> + </h1> + <nav> + + <a href="https://tesseras.net/about/">About</a> + <a href="https://tesseras.net/news/">News</a> + <a href="https://tesseras.net/releases/">Releases</a> + <a href="https://tesseras.net/faq/">FAQ</a> + <a href="https://tesseras.net/subscriptions/">Subscriptions</a> + <a href="https://tesseras.net/contact/">Contact</a> + + </nav> + <nav class="lang-switch"> + + <strong>English</strong> | <a href="/pt-br/news/hello-world/">Português</a> + + </nav> + </header> + + <main> + +<article> + <h2>Hello, World</h2> + <p class="news-date">2026-02-13</p> + <p>Today we're announcing the Tesseras project: a peer-to-peer network for +preserving human memories across millennia.</p> +<p>Tesseras is built on a simple idea — your photos, recordings, and writings +deserve to outlast any company, platform, or file format. Each person creates a +tessera, a self-contained time capsule that the network keeps alive through +mutual aid and redundancy.</p> +<p>The project is in its earliest stage. We're building the foundation: tools to +create, verify, and export tesseras offline. The network layer, replication, and +apps will follow.</p> +<p>If this mission resonates with you, <a href="/subscriptions/">join the mailing list</a> or +browse the <a rel="external" href="https://git.sr.ht/~ijanc/tesseras">source code</a>.</p> + +</article> + + </main> + + <footer> + <p>© 2026 Tesseras Project. <a href="/atom.xml">News Feed</a> · <a href="https://git.sr.ht/~ijanc/tesseras">Source</a></p> + </footer> +</body> +</html> diff --git a/news/hello-world/index.html.gz b/news/hello-world/index.html.gz Binary files differnew file mode 100644 index 0000000..daf5840 --- /dev/null +++ b/news/hello-world/index.html.gz |