fulgens/services-src/auth/resources/templates/refresh.html

20 lines
633 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>
<div id="swipe" class="swipe"></div>
<div id="swipe-out" class="swipe-out"></div>
</body>
</html>