-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 843 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iight — Effortless content management</title>
<meta name="description" content="Be among the first to experience iight, a cloud-based headless CMS. Join our waitlist to receive updates and an invite to the beta program.">
<meta name="keywords" content="iight, CMS, headless CMS, cloud-based CMS, beta program, early access">
<style>
html, body {
padding: 0;
margin: 0;
}
iframe {
width: 100vw;
height: 100dvh;
background: #f3f4f6;
}
</style>
</head>
<body>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSds6Xsjy0jmh56wuACcXrNUDxfDVMYUT9wq4DrRXuxa4YsWMg/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</body>
</html>