Commit 951e22a0 authored by bitsoko services's avatar bitsoko services 👷🏿

Update index.html

parent e505510f
...@@ -154,18 +154,22 @@ ...@@ -154,18 +154,22 @@
<div class="modal-content" style=""> <div class="modal-content" style="">
<div style="height:30px;width:100%;display: inline-block;margin-bottom:5px;text-align: center;"> a simple and secure mobile point of sale terminal</div> <div style="height:30px;width:100%;display: inline-block;margin-bottom:5px;text-align: center;"> a simple and secure mobile point of sale terminal</div>
<div id="qrcode" style="height:200px;width:200px;display:none;"></div> <div id="qrcode" style="height:200px;width:200px;display:none;"></div>
<div id="runtime" style="width:50%;margin-left:25%;"> <pre id="runtime" style="width: 75%;padding: 3%;font-size: 80%;color: white;background: black;margin-left: 12.5%;">Runtime
chain: #{sokoRuntime.chain}
<p>Runtime</p> domain: #{sokoRuntime.domain}
<p>chain: #{sokoRuntime.chain}</p> owner: #{sokoRuntime.owner}
pool: #{sokoRuntime.pool}
</div>
Network
Status: Offline
Endpoint: https://gateway.bitsoko.org/gE?=254rgth2qs3we4r
</pre>
<div class="row" style="position: absolute;bottom: 5%; width: calc(100% - 56px);"> <div class="row" style="position: absolute;bottom: 5%; width: calc(100% - 56px);">
<div class="webAuthInp input-field col s12" style="text-align:center;"> <div class="webAuthInp input-field col s12" style="text-align:center;">
<input id="login-num" type="text" class="validate characterCounter" prid="login-num" autocomplete="off" minlength="100" maxlength="150" data-length="150" required> <input id="login-num" type="text" class="validate characterCounter" prid="login-num" autocomplete="off" minlength="100" maxlength="150" data-length="100" required>
<label for="login-num" class="" style="text-align:center;">12 word recovery phrase </label> <label for="login-num" class="" style="text-align:center;">12 word recovery phrase </label>
</div> </div>
<button class="loginBtn loginBtn--webauth" style="background: #256D82;"> Generate new wallet </button>
<div id="webAuthBtn" class="webAuthBtn" style="text-align:center;"> <span class="icon"></span> <span class="buttonText"> <div id="webAuthBtn" class="webAuthBtn" style="text-align:center;"> <span class="icon"></span> <span class="buttonText">
<button class="loginBtn recBtn--webauth" style="border: 2px solid #256D82; <button class="loginBtn recBtn--webauth" style="border: 2px solid #256D82;
...@@ -175,6 +179,9 @@ ...@@ -175,6 +179,9 @@
"> Recover Wallet "> Recover Wallet
</button> </button>
</span> </div> </span> </div>
</br>
</br>
<button class="loginBtn loginBtn--webauth" style="background: #256D82;"> Generate new wallet </button>
</div> </div>
<!-- <!--
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment