2024-08-01 01:09:11 +00:00
|
|
|
{% extends "shared/base.html" %}
|
|
|
|
{% block body %}
|
|
|
|
|
|
|
|
<img alt="PierMesh logo" height="128px" src="/res/img/logo.png">
|
|
|
|
<br>
|
|
|
|
<br>
|
2024-08-12 10:29:58 +00:00
|
|
|
{% include "shared/hopper.html" %}
|
|
|
|
<br>
|
2024-08-01 01:09:11 +00:00
|
|
|
{% include "shared/catch.nav.html" %}
|
|
|
|
<br>
|
|
|
|
{% include "shared/catch.editor.html" %}
|
|
|
|
<div hx-history="false">
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<div class="plank" hx-ext="ws" ws-connect="/bubble">
|
|
|
|
<p id="vpeerID">Peer ID:</p>
|
|
|
|
<input id="peerID" type="hidden" >
|
|
|
|
<p id="vnodeID">Node ID:</p>
|
|
|
|
<input id="peerID" type="hidden" >
|
|
|
|
<button id="gpID" ws-send>Connect</button>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
{% include "shared/messenger.html" %}
|
|
|
|
{% endblock %}
|