mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2024-10-01 03:15:39 -04:00
36 lines
1.9 KiB
HTML
36 lines
1.9 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="water.css?v=5">
|
|
<link rel="shortcut icon" type="image/x-icon" href="{ASSET_PATH}gfx/icon.png">
|
|
<meta charset="utf-8"/>
|
|
<title>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>
|
|
<br/>
|
|
<center><span class="menu"><a href="index.html">Start</a> | <a href="replicate.html">Replicate</a> | <a href="guides.html">Guides</a> | <a href="software.html">Software</a> | <a href="help.html">Help & Support</a> | <a href="donate.html">Donate</a></span></center>
|
|
<br/>
|
|
<hr>
|
|
<p>Welcome to the <b>RNode Bootstrap Console</b>. This repository contains all the tools, software and information necessary to bootstrap networks and communications systems based on Reticulum.</p>
|
|
|
|
<p>The tools and information contained in this RNode will also allow you to replicate the design, build more RNodes and grow your communications ecosystems.</p>
|
|
<br/>
|
|
<br/>
|
|
<center><img src="test.png" width="50%"/></center>
|
|
<br/>
|
|
<center>
|
|
<h3>What would you like to do?</h3>
|
|
<p>This repository contains resources for a variety of different tasks. You can browse this repository freely, or jump straight into a task-oriented workflow by selecting one of the starting points below.</p>
|
|
<br/>
|
|
<button type="button" id="task-rns">Create RNodes</button>
|
|
<button type="button" id="task-rns">Download Programs</button>
|
|
<button type="button" id="task-rns">Install Reticulum</button>
|
|
<button type="button" id="task-rns">Build A Network</button>
|
|
<button type="button" id="task-rns">Learn About Reticulum</button>
|
|
<button type="button" id="task-rns">Contribute</button>
|
|
<button type="button" id="task-rns">Get Help</button>
|
|
</center>
|
|
</body></html> |