hookshot/web/oauth.html

19 lines
438 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Account</title>
</head>
<body>
<main>
<noscript>
<p>
Your account has been connected. You may now close this window.
</p>
</noscript>
</main>
<script type="module" src="/oauth.tsx"></script>
</body>
</html>