diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-17 12:12:57 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-17 12:12:57 -0700 |
commit | 57a4d439847bf3d63513b2443dfdf1eca5ecbb02 (patch) | |
tree | 1e533860b2d3a6b69dd403887b6a796ff221475c /godel/index.html | |
parent | a54a7ba7c95965268d7a2a3c64a6a6c599fdb9da (diff) | |
download | simponic.xyz-57a4d439847bf3d63513b2443dfdf1eca5ecbb02.tar.gz simponic.xyz-57a4d439847bf3d63513b2443dfdf1eca5ecbb02.zip |
add copy state button
Diffstat (limited to 'godel/index.html')
-rw-r--r-- | godel/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/godel/index.html b/godel/index.html index f8e8dad..f74a48e 100644 --- a/godel/index.html +++ b/godel/index.html @@ -54,7 +54,8 @@ Y <- Y + 1 GOTO C1</textarea> <div> - <button id="compile">Compile</button> + <button id="compile">Compile</button> <button id= + "copy">Copy</button> </div> <div> <span style="margin-left: 0.5rem" id= |