diff options
-rw-r--r-- | deploy/mobile/image.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html index 07fba8cc5..80f23acb8 100644 --- a/deploy/mobile/image.html +++ b/deploy/mobile/image.html @@ -6,7 +6,9 @@ </head> <body> - <div id="root"></div> + <div id="root"> + <button> hi</button> + </div> <script src="../image.js"></script> </body> |