From 3460401c2875dfc9ad4a4838d47d457a980058f3 Mon Sep 17 00:00:00 2001 From: Odin Thomas Rochmann Date: Tue, 12 Mar 2024 15:16:10 +0100 Subject: [PATCH] feat(cookbook-app-react): add sample of iframe --- .changeset/plenty-moose-smoke.md | 5 +++++ cookbooks/app-react/index.html | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .changeset/plenty-moose-smoke.md create mode 100644 cookbooks/app-react/index.html diff --git a/.changeset/plenty-moose-smoke.md b/.changeset/plenty-moose-smoke.md new file mode 100644 index 0000000000..bc94fb42f6 --- /dev/null +++ b/.changeset/plenty-moose-smoke.md @@ -0,0 +1,5 @@ +--- +"@equinor/fusion-framework-cookbook-app-react": patch +--- + +Added sample page for testing og iframe diff --git a/cookbooks/app-react/index.html b/cookbooks/app-react/index.html new file mode 100644 index 0000000000..ebe16c7c26 --- /dev/null +++ b/cookbooks/app-react/index.html @@ -0,0 +1,10 @@ + + + + My Web Page + + +

Hello, world!

+ + +