Skip to content

Commit 824240b

Browse files
committed
feat: added a meta content describing the page to the head.
1 parent f2de985 commit 824240b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
66
<title>My form exercise</title>
7-
<meta name="description" content=""/>
7+
<meta name="description" content="Product Pick form for selecting name, email, shirt color, and size."/>
88
<meta name="viewport" content="width=device-width, initial-scale=1"/>
99
<link rel="stylesheet" href="main.css">
1010
<link rel="preconnect" href="https://fonts.googleapis.com">

0 commit comments

Comments
 (0)