try to reload error page after 10 seconds

This commit is contained in:
j 2016-10-29 01:57:57 +02:00
parent 9788c39cd8
commit 3fcbd59525

View file

@ -15,6 +15,11 @@
padding-top: 16px;
}
</style>
<script>
setTimeout(function() {
document.location.reload();
}, 10000);
</script>
</head>
<body class="OxThemeOxmedium">
<img src="/static/png/logo.png"/>