Files
hotline-planner/dev/backend/backend deltatoken codex/Views/Home/Index.cshtml
2026-02-23 12:27:26 +01:00

8 lines
170 B
Plaintext

@{
ViewData["Title"] = "Calendar Sync";
}
<h1>Calendar Sync</h1>
<p>Sign in to enable hourly calendar synchronization.</p>
<p><a href="/Home/SignIn">Sign in</a></p>