uofgcal/auth/index.html

16 lines
337 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UofG Sync</title>
</head>
<body>
<h1>Authenticated successfully</h1>
<p>You can now safely close this tab.</p>
<script type="text/javascript">
window.close();
</script>
</body>
</html>