We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de00a67 commit 8a64dd7Copy full SHA for 8a64dd7
1 file changed
Form-Controls/index.html
@@ -5,7 +5,10 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<link rel="stylesheet" href="./style.css" />
7
<title>Product Pick Form</title>
8
- <meta name="description" content="" />
+ <meta
9
+ name="description"
10
+ content="Product selection form for choosing colour and size."
11
+ />
12
<meta name="viewport" content="width=device-width, initial-scale=1" />
13
</head>
14
<body>
@@ -63,7 +66,7 @@ <h1>Product Pick</h1>
63
66
</form>
64
67
</main>
65
68
<footer>
- <p>SandzSoft</p>
69
+ <p>© 2026 SandzSoft Product Form</p>
70
</footer>
71
</div>
72
</body>
0 commit comments