diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-03-17 03:13:47 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-03-17 03:13:47 +0200 |
commit | fe9818ad61bc2b84fa3488f761071b98a61bd09b (patch) | |
tree | d274f0b36e92b30692ec13a543eba63475786864 /src/index.html | |
parent | 545d46a1889b05409b5a3048d52734a1002ab147 (diff) | |
download | arching-kaos-web-ui-fe9818ad61bc2b84fa3488f761071b98a61bd09b.tar.gz arching-kaos-web-ui-fe9818ad61bc2b84fa3488f761071b98a61bd09b.tar.bz2 arching-kaos-web-ui-fe9818ad61bc2b84fa3488f761071b98a61bd09b.zip |
Update welcome section
Diffstat (limited to 'src/index.html')
-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> |