diff options
Diffstat (limited to 'docs/mailing-lists.html')
-rw-r--r-- | docs/mailing-lists.html | 78 |
1 files changed, 45 insertions, 33 deletions
diff --git a/docs/mailing-lists.html b/docs/mailing-lists.html index 82772da..b157045 100644 --- a/docs/mailing-lists.html +++ b/docs/mailing-lists.html @@ -1,36 +1,48 @@ -<!DOCTYPE HTML> -<html lan=en> - <head> - <title>Mailing Lists | Carbs Linux</title> - <link rel="stylesheet" href="/style.css"> - <meta charset="utf-8"> - <meta name="Description" content="Carbs Linux - a simple linux distribution"> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - </head> - <body> - <p class=header><strong>Carbs Linux - a simple linux distribution</strong></p> - <div class="header"> - <nav> - <a href='/'>index</a> - <a href="//git.carbslinux.org">git</a> - <a href='//dl.carbslinux.org'>downloads</a> - <a href='/blog'>blog</a> - <a href='/docs/install.html'>installation</a> - <a href='/docs'>user manual</a> - </nav> - </div><div class="border"></div> -<h1>Mailing Lists</h1> +<!DOCTYPE html> +<html lang="en"> +<head> +<!-- 2021-02-02 --> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<title>Mailing Lists</title> +<meta name="generator" content="Org mode"> +<meta name="author" content="Cem Keylan"> +<link rel="stylesheet" type="text/css" href="/style.css"> +</head> +<body> +<div id="preamble" class="status"> +<nav id="navbar"> + <a href="/" class=navbartitle>Carbs Linux</a> -<p>We have mailing lists set up at <a href="https://sr.ht">sourcehut</a>. You can subscribe to the mailing -list by sending an empty mail to</p> + <label for="hamburger">☰</label> + <input type="checkbox" id="hamburger" /> + <ul id=navbarlist> + <li><a href="/" title="Home Page">Home</a></li> + <li><a href="//git.carbslinux.org" title="Git Repository">Git</a></li> + <li><a href="/download.html" title="Download Carbs Linux">Download</a></li> + <li><a href="/blog" title="Blog Posts">Blog</a></li> + <li><a href="/install.html" title="Installation Instructions">Installation</a></li> + <li><a href="/docs.html" title="Documentation">Docs</a></li> + </ul> +</nav> +</div> +<div id="content"> +<header> +<h1 class="title">Mailing Lists</h1> +</header><p> +We have mailing lists set up at <a href="https://sr.ht">SourceHut</a>. You can subscribe to the mailing +list by sending an empty mail to <a href="mailto:~carbslinux/dev+subscribe@lists.sr.ht">~carbslinux/dev+subscribe@lists.sr.ht</a>. +</p> -<pre><code>~carbslinux/dev+subscribe@lists.sr.ht -</code></pre> - -<p>You can also see the <a href="https://lists.sr.ht/~carbslinux/dev">archives</a>.</p> - <a href="/mailing-lists.txt">View Page Source</a> - <div class="border"></div> - <p class=footer>Linux® is a registered trademark of Linus Torvalds</p> - <p class=footer>Copyright © 2019-2021 Cem Keylan</p> - </body> +<p> +You can also see the <a href="https://lists.sr.ht/~carbslinux/dev">archives</a>. +</p> +</div> +<div id="postamble" class="status"> +<footer> + <p>Linux® is a registered trademark of Linus Torvalds</p> + <p>Copyright © 2019-2021 Cem Keylan</p> +</footer> +</div> +</body> </html> |