File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
- <!doctype html> < html > < head > < meta charset ="utf-8 "/> < title > CC Lua Code Generator</ title > < script src ="index.js "> </ script > < script defer ="defer " src ="bundle.js "> </ script > </ head > < body > < div id ="pageContainer "> < div id ="outputPane "> < pre id ="generatedCode "> < code > </ code > </ pre > < div id ="output "> </ div > < button onclick ="navigator.clipboard.writeText(document.getElementById(`generatedCode`).firstChild.innerText) "> Copy</ button > < input name ="fileName " id ="fileName " value ="program.lua "> < button id ="downloadButton "> Download</ button > < button id ="loadButton "> Load</ button > </ div > < div id ="blocklyDiv "> </ div > </ div > </ body > </ html >
1
+ <!doctype html> < html > < head > < meta charset ="utf-8 "/> < title > CC Lua Code Generator</ title > < script src ="index.js "> </ script > < script defer ="defer " src ="bundle.js "> </ script > </ head > < body > < div id ="pageContainer "> < div id ="outputPane "> < pre id ="generatedCode "> < code > </ code > </ pre > < div id ="output "> </ div > < button onclick ="navigator.clipboard.writeText(document.getElementById(`generatedCode`).firstChild.innerText) "> Copy</ button > < input name ="fileName " id ="fileName " value ="program.json "> < button id ="downloadButton "> Download</ button > < button id ="loadButton "> Load</ button > </ div > < div id ="blocklyDiv "> </ div > </ div > </ body > </ html >
You can’t perform that action at this time.
0 commit comments