Commit 3017a28d by Luciano Barletta

merged html

1 parent be430ce8
<html lang="en">
<head>
<script src="{{ url_for('static', filename='Scripts/construct.js') }}"></script>
<script src="./Scripts/construct.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="{{ url_for('static', filename='Style/Templates.css') }}">
<link rel="stylesheet" href="./Style/Templates.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<title>Generador de Formularios</title>
</head>
......@@ -20,6 +20,8 @@
+
</button>
</div>
<h3 id="ContinuarText">Cuando se encuentre conforme con el formulario presione Continuar</h3>
<button id="ContinuarButton"> Continuar </button>
</body>
<!-- templates -->
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!