From 786995a5520c54376a87a07db0b41d3d798a657c Mon Sep 17 00:00:00 2001 From: pruizf <pabloruizfabo@gmail.com> Date: Sat, 6 Nov 2021 15:05:12 +0100 Subject: [PATCH] more iframe tests --- site/explore/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/site/explore/index.html b/site/explore/index.html index 0d29ea8..b4ac705 100644 --- a/site/explore/index.html +++ b/site/explore/index.html @@ -6,6 +6,8 @@ </head> <body style="margin:0px;padding:0px;overflow:hidden"> +<div>test</div> + <iframe src="http://prf1.org/disco" frameborder="0" style="overflow:hidden;height:100%;width:100%" @@ -13,6 +15,15 @@ width="100%"> </iframe> +<!--https://sites.google.com/site/nlp4climate--> + + <iframe src="https://sites.google.com/site/nlp4climate" + frameborder="0" + style="overflow:hidden;height:100%;width:100%" + height="100%" + width="100%"> + </iframe> + <!--<iframe id="inlineFrameExample"--> <!-- title="Inline Frame Example"--> -- GitLab