Se añade version 1.0 de parser html

correciones menores a codigo anterior realizado.
Se añade html de prueba
Se añaden librerias de restapi
parent b82f192c
<html> <html>
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body> <body>
{%set fila, filaAux = 0, 0%} {%set fila, filaAux = 0, 0%}
{%for contenidos in htmlContent%} {%for contenidos in htmlContent%}
...@@ -12,15 +20,15 @@ ...@@ -12,15 +20,15 @@
{%endif%} {%endif%}
{%endfor%} {%endfor%}
{%endfor%} {%endfor%}
<div id="headContainer"> <div id="headContainer">
</div> </div>
<div id="bodyContainer"> <div id="bodyContainer">
</div> </div>
<div id="footerContainer"> <div id="footerContainer">
</div> </div>
<script> <script>
</script> </script>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment