2015-12-20 12:17:35 +00:00
|
|
|
<!DOCTYPE html>
|
2020-09-07 20:43:23 +00:00
|
|
|
<html lang="en">
|
2015-12-20 12:17:35 +00:00
|
|
|
<head>
|
|
|
|
<title>Authentication successful!</title>
|
|
|
|
<meta charset="utf-8">
|
2022-07-16 22:42:29 +00:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
|
|
}
|
|
|
|
</style>
|
2015-12-20 12:17:35 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-07-16 22:42:29 +00:00
|
|
|
<h3>Perfecto!</h3>
|
2016-05-19 15:21:27 +00:00
|
|
|
|
2022-07-16 22:42:29 +00:00
|
|
|
<p>Koel has successfully connected to your Last.fm account and is now restarting for the exciting features.</p>
|
|
|
|
<p>This window will automatically close in 3 seconds.</p>
|
2016-05-19 15:21:27 +00:00
|
|
|
|
2022-07-16 22:42:29 +00:00
|
|
|
<script>
|
|
|
|
window.opener.onbeforeunload = function () {
|
|
|
|
}
|
|
|
|
|
|
|
|
window.opener.location.reload(false)
|
|
|
|
|
|
|
|
window.setTimeout(function () {
|
|
|
|
window.close()
|
|
|
|
}, 3000)
|
|
|
|
</script>
|
2015-12-20 12:17:35 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|