burgerauth/templates/refresh.html

14 lines
404 B
HTML
Raw Permalink Normal View History

<!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>
</head>
<body>
<p>Please wait...</p>
</body>
</html>