From d1a4ccf8b534fdba4d4b773c0831c021dce74443 Mon Sep 17 00:00:00 2001
From: pruizf <pabloruizfabo@gmail.com>
Date: Sat, 6 Nov 2021 19:08:21 +0100
Subject: [PATCH] fixes missing closing tag

---
 site/explore/index.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/site/explore/index.html b/site/explore/index.html
index 827fa29..1c05e8d 100644
--- a/site/explore/index.html
+++ b/site/explore/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta charset="UTF-8">
-  <title>Explore MeThAL corpus</title>
+  <title>Explore MeThAL corpus</tit le>
 </head>
 <body style="margin:0px;padding:0px;overflow:hidden">
 
@@ -24,8 +24,9 @@
     style="overflow:hidden;height:100%;width:100%"
     height="100%"
     width="100%">
+ </iframe>
 
-   <!-- </iframe> <iframe src="https://methal.eu/ui/"-->
+   <!-- <iframe src="https://methal.eu/ui/"-->
 <!--    frameborder="0"-->
 <!--    style="overflow:hidden;height:100%;width:100%"-->
 <!--    height="100%"-->
-- 
GitLab