mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 18:32:47 +01:00
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
|
<!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>
|