Skip to content
Snippets Groups Projects

Content MD for resource type RDS

Merged Marcel Nellesen requested to merge Product/269-contentMD into Sprint/201921
20 files
+ 618
178
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -5,13 +5,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>ts-template</title>
<title>Form Generator</title>
</head>
<body>
<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>
<div id="app"></div>
<FormGenerator></FormGenerator>
<!-- built files will be auto injected -->
</body>
</html>
Loading