Commit ccee5711 by Luciano Barletta

some changes

1 parent 9d379549
<html lang="en">
<head>
<script src="{{ url_for('static', filename='Scripts/construct.js') }}"></script>
<meta charset="UTF-8">
......@@ -6,17 +7,17 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Generador de Formularios</title>
</head>
<body>
Tabs: <br>
<div id = "tabs"></div>
<div id="tabs"></div>
<button onclick="addTab(document.getElementById('tabs'))">
+
</button>
</body>
<!-- templates -->
<template id = "tabTemplate">
<template id="tabTemplate">
<br>
-------------------
<br>
......@@ -28,7 +29,7 @@
<br>
</template>
<template id = "fieldTemplate">
<template id="fieldTemplate">
<input type="text" placeholder="Título">
<select name="input">
<option disabled selected value="">Input</option>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!