File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
packages/create-cloudflare/templates/hello-world-with-assets Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-cloudflare " : patch
3+ ---
4+
5+ Improves minor HTML semantics of the default index.html included in various templates with Workers Assets
Original file line number Diff line number Diff line change 77 </ head >
88 < body >
99 < h1 id ="heading "> </ h1 >
10- < button id ="button "> Fetch a random UUID</ button >
11- < div id ="random "> </ div >
10+ < button id ="button " type =" button " > Fetch a random UUID</ button >
11+ < output id ="random " for =" button " > </ output >
1212 < script >
1313 fetch ( '/message' )
1414 . then ( ( resp ) => resp . text ( ) )
Original file line number Diff line number Diff line change 77 </ head >
88 < body >
99 < h1 id ="heading "> </ h1 >
10- < button id ="button "> Fetch a random UUID</ button >
11- < div id ="random "> </ div >
10+ < button id ="button " type =" button " > Fetch a random UUID</ button >
11+ < output id ="random " for =" button " > </ output >
1212 < script >
1313 fetch ( '/message' )
1414 . then ( ( resp ) => resp . text ( ) )
Original file line number Diff line number Diff line change 77 </ head >
88 < body >
99 < h1 id ="heading "> </ h1 >
10- < button id ="button "> Fetch a random UUID</ button >
11- < div id ="random "> </ div >
10+ < button id ="button " type =" button " > Fetch a random UUID</ button >
11+ < output id ="random " for =" button " > </ output >
1212 < script >
1313 fetch ( '/message' )
1414 . then ( ( resp ) => resp . text ( ) )
You can’t perform that action at this time.
0 commit comments