Skip to content
Snippets Groups Projects

New: HTML Generator from SHACL

Merged David Schimmel requested to merge Topic/316-createFormGenerator into Product/269-contentMD

Files

+ 3
3
@@ -5,13 +5,13 @@
@@ -5,13 +5,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>ts-template</title>
<title>Form Generator</title>
</head>
</head>
<body>
<body>
<noscript>
<noscript>
<strong>We're sorry but ts-template doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but form generator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
</noscript>
<div id="app"></div>
<FormGenerator></FormGenerator>
<!-- built files will be auto injected -->
<!-- built files will be auto injected -->
</body>
</body>
</html>
</html>
Loading