We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec56371 + bdc89d8 commit 388cb23Copy full SHA for 388cb23
index.html
@@ -1,3 +1,4 @@
1
+<!DOCTYPE html>
2
<html lang="en-US">
3
<meta charset="UTF-8">
4
<meta name="description" content="Form to generate a code.json file containing repository metadata">
@@ -17,6 +18,8 @@
17
18
19
<link rel="icon" type="image/x-icon" href="favicon.ico">
20
21
+ <meta name="viewport" content="width=device-width, initial-scale=1">
22
+
23
<!-- Render the form -->
24
<script src="js/generateFormComponents.js"></script>
25
<script src="js/formDataToJson.js"></script>
0 commit comments