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