18 lines
543 B
HTML
18 lines
543 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<link rel="icon" href="/static/svg/favicon.svg">
|
|
<meta http-equiv="refresh" content="0">
|
|
<title>Please wait...</title>
|
|
<script>
|
|
window.location.reload()
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>Please wait...</p>
|
|
<p>If your browser does not refresh, please refresh the page manually.</p>
|
|
</body>
|
|
</html> |