Skip to content

Commit f7ca0a5

Browse files
Update meta tag
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 6242ac2 commit f7ca0a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html lang="en-US">
22
<meta charset="UTF-8">
3+
<meta name="description" content="Form to generate a code.json file containing repository metadata">
34

45
<head>
56
<title>code.json metadata</title>
@@ -24,6 +25,7 @@
2425
<script type="text/javascript">
2526
createFormComponents()
2627
.then((components) => {
28+
console.log(components, 'components');
2729
Formio.use(uswds);
2830
Formio.createForm(document.getElementById("formio"), {
2931
display: "form",

0 commit comments

Comments
 (0)