-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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> | ||
<!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> |