Skip to content

Commit 3f4385d

Browse files
committed
feat(landing): add pricing interaction review
1 parent 9caec80 commit 3f4385d

5 files changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
const reviewUrl = '/pricing-e-final/index.html?review=pricing'
3+
---
4+
5+
<!doctype html>
6+
<html lang="en">
7+
<head>
8+
<meta charset="utf-8" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1" />
10+
<title>OpenDesign pricing review</title>
11+
<style>
12+
html, body, iframe { width: 100%; height: 100%; margin: 0; border: 0; }
13+
body { overflow: hidden; background: #f6f6f6; }
14+
iframe { display: block; }
15+
</style>
16+
</head>
17+
<body>
18+
<iframe src={reviewUrl} title="OpenDesign pricing review"></iframe>
19+
</body>
20+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

0 commit comments

Comments
 (0)