Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
form-generator
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
libraries
form-generator
Merge requests
!1
New: HTML Generator from SHACL
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
New: HTML Generator from SHACL
Topic/316-createFormGenerator
into
Product/269-contentMD
Overview
0
Commits
5
Pipelines
5
Changes
20
Merged
David Schimmel
requested to merge
Topic/316-createFormGenerator
into
Product/269-contentMD
5 years ago
Overview
0
Commits
5
Pipelines
5
Changes
20
coscine/issues#316
Edited
5 years ago
by
Marcel Nellesen
0
0
Merge request reports
Compare
Product/269-contentMD
version 4
1c13d594
5 years ago
version 3
45e50aaf
5 years ago
version 2
27504e7a
5 years ago
version 1
7980b29a
5 years ago
Product/269-contentMD (base)
and
latest version
latest version
88d36635
5 commits,
5 years ago
version 4
1c13d594
4 commits,
5 years ago
version 3
45e50aaf
3 commits,
5 years ago
version 2
27504e7a
2 commits,
5 years ago
version 1
7980b29a
1 commit,
5 years ago
20 files
+
618
−
178
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
public/index.html
+
3
−
3
View file @ 88d36635
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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