<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Greentic Logout</title>
<link rel="stylesheet" href="/assets/theme.css" />
</head>
<body>
<main id="app-main">
<h1>Sign out</h1>
<p>You can sign out of your Greentic session below.</p>
<button type="button" onclick="window.location='/auth/logout'">Logout</button>
</main>
</body>
</html>