Updated build

This commit is contained in:
Mark Qvist 2025-12-22 19:09:59 +01:00
commit 663dc8fe7c
32585 changed files with 285364 additions and 0 deletions

View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/water.css?v=4">
<link rel="shortcut icon" type="image/x-icon" href="gfx/icon.png">
<meta charset="utf-8"/>
<title>Get Help | RNode Bootstrap Console</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="load_overlay" style="background-color:#2a2a2f; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000;"></div>
<span class="logo">RNode Console</span>
<p><center><span class="menu"><a href="index.html">Start</a> | <a href="replicate.html">Replicate</a> | <a href="software.html">Software</a> | <a href="learn.html">Learn</a> | <a href="help.html">Help</a> | <a href="contribute.html">Contribute</a></span></center></p><hr><h2>Get Help</h2>
<p>If you are having trouble, or if something is not working, this RNode contains a number of useful resources.</p>
<ul>
<li>Read <a href="qa.html">Questions &amp; Answers</a> section</li>
<li>Read the <a href="https://markqvist.github.io/Reticulum/manual/">Reticulum Manual</a> stored on this RNode</li>
<li>Browse a copy of the <a href="https://reticulum.network/">Reticulum Website</a> stored on this RNode</li>
</ul>
<h2>Community &amp; Support</h2>
<p>If things still aren't working as expected here are some great places to ask for help:</p>
<ul>
<li>The <a href="https://github.com/markqvist/Reticulum/discussions">discussion forum</a> on GitHub</li>
<li>The <a href="element://room/!TRaVWNnQhAbvuiSnEK%3Amatrix.org?via=matrix.org">Reticulum Matrix Channel</a> at <code>#reticulum:matrix.org</code></li>
<li>The <a href="https://reddit.com/r/reticulum">Reticulum subreddit</a></li>
</ul></body></html>