From ef637dad7ec66bcdd5537bc1d218b28404bb9dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Sat, 25 Mar 2023 22:34:33 +0100 Subject: [PATCH] broken linls --- Stream/yooyo.html | 5 ++++- test/child-frame.html | 18 ++++++++++++++++++ test/index.html | 18 ++++++++++++++++++ 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 test/child-frame.html create mode 100644 test/index.html diff --git a/Stream/yooyo.html b/Stream/yooyo.html index 037ed77..142cfe3 100644 --- a/Stream/yooyo.html +++ b/Stream/yooyo.html @@ -6,6 +6,9 @@ Document + - + + + \ No newline at end of file diff --git a/test/child-frame.html b/test/child-frame.html new file mode 100644 index 0000000..f1d2ff3 --- /dev/null +++ b/test/child-frame.html @@ -0,0 +1,18 @@ + + + + + Child Frame + + + + ☻ + + \ No newline at end of file diff --git a/test/index.html b/test/index.html new file mode 100644 index 0000000..5973d4b --- /dev/null +++ b/test/index.html @@ -0,0 +1,18 @@ + + + + + Parent Frame + + + + + + \ No newline at end of file