<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hackatime Terminal Viewer</title>
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: #000;
color: #fff;
font: 16px/1.5 monospace;
text-align: center;
padding: 2rem;
}
</style>
</head>
<body>
<p>You're signed in. You can close this tab and return to the terminal.</p>
</body>
</html>