diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-16 18:56:36 -0400 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-16 18:56:36 -0400 |
| commit | bf14eaa1331eb21807c883f9b0b8ed7f03a9f73b (patch) | |
| tree | 1522332421535d99a3b34cf9c459fe9612de4b55 /deploy/mobile | |
| parent | eebf5bafcb8751192ae54396d0506bfcbba72f10 (diff) | |
test
Diffstat (limited to 'deploy/mobile')
| -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> |
