File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11
11
< body >
12
12
< main >
13
13
< h1 > auto-check-element</ h1 >
14
- < h2 > old behavior </ h2 >
14
+ < h2 > Simple form </ h2 >
15
15
< h2 tabindex ="-1 " id ="success1 " class ="success " hidden > Your submission was successful</ h2 >
16
16
< form >
17
+ < p > All fields marked with * are required</ p >
18
+
17
19
< label for ="simple-field "> Desired username*:</ label >
18
20
< auto-check csrf ="foo " src ="/demo " required >
19
21
< input id ="simple-field " autofocus name ="foo " required aria-describedby ="state1 " />
@@ -104,7 +106,7 @@ <h2 tabindex="-1" id="success3" class="success" hidden>Your submission was succe
104
106
}
105
107
</ script >
106
108
107
- <!-- < script type="module" src="https://unpkg.com/@github/auto-check-element@latest"></script> -- >
108
- < script type ="module " src ="../dist/bundle.js " defer > </ script >
109
+ < script type ="module " src ="https://unpkg.com/@github/auto-check-element@latest "> </ script >
110
+ <!-- < script type="module" src="../dist/bundle.js" defer></script> -- >
109
111
</ body >
110
112
</ html >
You can’t perform that action at this time.
0 commit comments