|
|
@ -16,6 +16,11 @@
|
|
|
|
<link rel="stylesheet" href="styles2.css">
|
|
|
|
<link rel="stylesheet" href="styles2.css">
|
|
|
|
<script type="module" src="main.js"></script>
|
|
|
|
<script type="module" src="main.js"></script>
|
|
|
|
<title>Self-updating list of active Session communities</title>
|
|
|
|
<title>Self-updating list of active Session communities</title>
|
|
|
|
|
|
|
|
<meta name="description" content="
|
|
|
|
|
|
|
|
Directory of Session Open Groups — public chatrooms within Session Messenger.
|
|
|
|
|
|
|
|
Copy these Communities into the Session app
|
|
|
|
|
|
|
|
and talk anonymously about Privacy, Security, or Cryptocurrency.
|
|
|
|
|
|
|
|
">
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body onload="onLoad(<?php echo $timestamp ?>)">
|
|
|
|
<body onload="onLoad(<?php echo $timestamp ?>)">
|
|
|
|
<header>
|
|
|
|
<header>
|
|
|
@ -65,8 +70,13 @@
|
|
|
|
only available with JS enabled.
|
|
|
|
only available with JS enabled.
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<label for="toggle-show-room-ids" class="clickable anchorstyle">
|
|
|
|
<label
|
|
|
|
Toggle room identifier display
|
|
|
|
for="toggle-show-room-ids"
|
|
|
|
|
|
|
|
class="clickable anchorstyle"
|
|
|
|
|
|
|
|
tabindex="0"
|
|
|
|
|
|
|
|
title="Shows a column with community identifiers
|
|
|
|
|
|
|
|
for developers or language data contributors.">
|
|
|
|
|
|
|
|
Toggle room identifier display
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<nav>
|
|
|
|
<nav>
|
|
|
|