20 lines
456 B
HTML
20 lines
456 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<h1>JavaScript is disabled</h1>
|
|
<p>Please enable JavaScript to use this application.</p>
|
|
</noscript>
|
|
|
|
<script>
|
|
localStorage.setItem('hassTokens', '<<hassTokens>>');
|
|
window.location.href = '<<redirect>>';
|
|
</script>
|
|
|
|
<a href="<<redirect>>">Click here if you are not redirected automatically</a>
|
|
</body>
|
|
</html>
|