try to reload error page after 10 seconds
This commit is contained in:
parent
9788c39cd8
commit
3fcbd59525
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script>
|
||||||
|
setTimeout(function() {
|
||||||
|
document.location.reload();
|
||||||
|
}, 10000);
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="OxThemeOxmedium">
|
<body class="OxThemeOxmedium">
|
||||||
<img src="/static/png/logo.png"/>
|
<img src="/static/png/logo.png"/>
|
||||||
|
|
Loading…
Reference in a new issue