From 743b2734cb2aca42ee32fe59dfb70275a849960f Mon Sep 17 00:00:00 2001 From: pruizf <pabloruizfabo@gmail.com> Date: Sat, 6 Nov 2021 19:20:20 +0100 Subject: [PATCH] iframe larger --- site/explore/index.html | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/site/explore/index.html b/site/explore/index.html index e8cbcd7..d6881c4 100644 --- a/site/explore/index.html +++ b/site/explore/index.html @@ -4,43 +4,10 @@ <meta charset="UTF-8"> <title>Explore MeThAL corpus</title> </head> -<body style="margin:0px;padding:0px;overflow:hidden"> +<body> -<!--<div>test no https</div>--> - -<!-- <iframe src="http://prf1.org/disco/credits.html"--> -<!-- frameborder="0"--> -<!-- style="overflow:hidden;height:100%;width:100%"--> -<!-- height="100%"--> -<!-- width="100%">--> -<!-- </iframe>--> - -<!--<!–https://sites.google.com/site/nlp4climate–>--> - -<div>test https</div> - - <iframe src="https://methal.eu/ui/" +<iframe src="https://methal.eu/ui/" frameborder="0" - style="overflow:hidden;height:100%;width:100%" - height="100%" - width="100%"></iframe> - - - <!-- <iframe src="https://methal.eu/ui/"--> -<!-- frameborder="0"--> -<!-- style="overflow:hidden;height:100%;width:100%"--> -<!-- height="100%"--> -<!-- width="100%">--> - <!-- </iframe>--> - - <!--<iframe id="inlineFrameExample"--> - - <!-- title="Inline Frame Example"--> -<!-- width="300"--> -<!-- height="200"--> -<!-- src="https://www.openstreetmap.org/export/embed.html?bbox=-0.004017949104309083%2C51.47612752641776%2C0.00030577182769775396%2C51.478569861898606&layer=mapnik">--> -<!--</iframe>--> - - + style="overflow:auto;height:100vh;width:100%">The browser does not support <iframe></iframe> </body> </html> \ No newline at end of file -- GitLab