Add auto-refresh script to web page

This commit is contained in:
2021-02-01 15:02:49 +01:00
parent 36834dd5fd
commit 0f8b8d305b

View File

@ -10,6 +10,11 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap">
<title>healthpot</title> <title>healthpot</title>
<script>
// refresh the page after 30 seconds
setTimeout(location.reload.bind(location), 30000);
</script>
</head> </head>
<body> <body>