Have embed.html refresh itself once a day.

This is a hedge against any bugs that may cause the badge to hang when
left running for a long time, and it also means that badges will
effectively check for updated code once a day.
This commit is contained in:
David Fifield 2017-07-15 14:38:01 -07:00
parent 2a46db2c01
commit 0ccb4b7cc8

View file

@ -2,6 +2,7 @@
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta http-equiv="refresh" content="86400">
<script type="text/javascript" src="modernizr.js"></script>
<script type="text/javascript" src="snowflake.js"></script>
<style>