Skip to content

Commit 388cb23

Browse files
Merge pull request #100 from DSACMS/DSACMS/nat/mobile
Form: Fixes to make site more mobile friendly
2 parents ec56371 + bdc89d8 commit 388cb23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html lang="en-US">
23
<meta charset="UTF-8">
34
<meta name="description" content="Form to generate a code.json file containing repository metadata">
@@ -17,6 +18,8 @@
1718

1819
<link rel="icon" type="image/x-icon" href="favicon.ico">
1920

21+
<meta name="viewport" content="width=device-width, initial-scale=1">
22+
2023
<!-- Render the form -->
2124
<script src="js/generateFormComponents.js"></script>
2225
<script src="js/formDataToJson.js"></script>

0 commit comments

Comments
 (0)