Titan/titanembeds/templates/signin_complete.html.j2
2017-04-04 05:53:27 +00:00

12 lines
257 B
Django/Jinja

<!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>