Update index.html text

This commit is contained in:
Ivan Danyliuk 2018-07-05 11:06:58 +02:00
parent 4f02c77db8
commit 9ee56d0720
No known key found for this signature in database
GPG Key ID: 97ED33CE024E1DBF
1 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>Status Whisper network graph</title> <title>Whisper propagation</title>
<style> <style>
body { margin: 0; } body { margin: 0; }
</style> </style>
@ -33,10 +33,8 @@
<body> <body>
<div class="pure-g"> <div class="pure-g">
<div class="pure-u-1-5"> <div class="pure-u-1-5">
<h1>Status Whisper Network Graph</h1> <h1>Whisper message propagation</h1>
<p>This graph represents Status cluster and connected peers, as <p>This visualization represents message propagation in the p2p network.</p>
reported by instrumented nodes and Status app with metrics option
enabled.</p>
<div> <div>
<button class="pure-button pure-button-primary" id="replayButton">Replay</button> <button class="pure-button pure-button-primary" id="replayButton">Replay</button>
</div> </div>