diff options
-rw-r--r-- | src/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/index.html b/src/index.html index 9b6c264..0c4220a 100644 --- a/src/index.html +++ b/src/index.html @@ -66,11 +66,10 @@ </div> <div class="main"> <div id="welcome-section"> - <h2>Welcome!!!</h2> - <p>This is the application page of Arching Kaos project.</p> - <p>Please wait for your web browser to find the content!</p> - <button onclick="scanStellarNetworkForPeers()">Scan Stellar Network</button> - <button onclick="ringlocalbell()">Ask local API</button> + <h2>Welcome</h2> + <p>Welcome to Arching Kaos project.</p> + <button onclick="scanStellarNetworkForPeers()">Check Stellar Network</button> + <button onclick="checkLocalNodeInfo()">Check local Node</button> <div class="dialog"> <h3>Progress</h3> <progress id="total-progress"></progress> |