diff options
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html index aace5a2..fb473f5 100644 --- a/client/index.html +++ b/client/index.html @@ -83,6 +83,10 @@ <div class="groups"> <table> <tr> + <th>Time of visit (ms)</th> + <td class="time-of-visit"></td> + </tr> + <tr> <th>Time elapsed since visited (s)</th> <td class="you-are-here"></td> </tr> @@ -106,7 +110,7 @@ <td class="max-played"></td> </tr> <tr> - <th>Dt</th> + <th>Dt = TP - TFP</th> <td class="d-t"></td> </tr> <tr> |