Skip to content

Commit

Permalink
fix headings
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Jun 22, 2023
1 parent a675bbe commit acb775c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
</head>
<body>
<main>
<h1>Simple form</h1>
<h1>auto-check-element</h1>
<h2>Simple form</h2>
<p>Input 422 for an error response.</p>
<form>
<label for="simple-field">Input</label>
Expand All @@ -21,7 +22,7 @@ <h1>Simple form</h1>
<button>submit</button>
</form>

<h1>Form that has custom validity messages</h1>
<h2>Form that has custom validity messages</h2>
<p>Input 422 for an error response.</p>
<form id="custom">
<label for="custom-field">Input</label>
Expand Down

0 comments on commit acb775c

Please sign in to comment.