forked from 0x2620/pandora
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;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
setTimeout(function() {
|
||||
document.location.reload();
|
||||
}, 10000);
|
||||
</script>
|
||||
</head>
|
||||
<body class="OxThemeOxmedium">
|
||||
<img src="/static/png/logo.png"/>
|
||||
|
|
Loading…
Reference in a new issue