Titan/webapp/titanembeds/templates/signin_complete.html.j2

12 lines
257 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Sign in completed - Titan Embeds</title>
</head>
<body>
<p>Sign in complete! You may now close the window.</p>
<script>
window.close()
</script>
</body>
</html>