add meta refresh of 60 seconds

In order to make the page more useful to attendees, make it auto
reload in browsers every 60 seconds so people aren't staring at old
info.

Change-Id: Iae43e6a736370733f7e5a5af358d70760355f073
This commit is contained in:
Sean Dague 2017-09-11 09:41:36 -06:00
parent 5e441b866a
commit c4d5e7017b
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="60">
<title>Currently at the PTG</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">