made heartbeat visible on client side

This commit is contained in:
Stephan Richter
2020-09-18 18:11:04 +02:00
parent 02caf2866e
commit 00f696d2d1
3 changed files with 66 additions and 37 deletions

View File

@@ -145,3 +145,13 @@ h2{
.link{
cursor: pointer;
}
#heartbeat {
width: 15px;
height: 15px;
background: lime;
position: absolute;
top: 10px;
right: 10px;
display: none;
}