-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiframe-fallback.html
More file actions
21 lines (21 loc) · 825 Bytes
/
iframe-fallback.html
File metadata and controls
21 lines (21 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Canvas Calendar Agent — Live (HF Space embed)</title>
<style>
body { margin: 0; background: #0a0a0b; color: #e5e7eb; font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
header { padding: 16px 24px; border-bottom: 1px solid #1f2937; }
header h1 { margin: 0; font-size: 18px; font-weight: 600; }
header p { margin: 4px 0 0; font-size: 12px; color: #6b7280; }
iframe { display: block; width: 100%; height: calc(100vh - 80px); border: 0; }
</style>
</head>
<body>
<header>
<h1>Canvas Calendar Agent — Live (embedded)</h1>
<p>Running on HuggingFace Space. Sign in with HF for higher quota.</p>
</header>
<iframe src="https://kleinpanic93-canvas-calendar-agent-demo.hf.space/"></iframe>
</body>
</html>