aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-16 18:56:36 -0400
committerAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-16 18:56:36 -0400
commitbf14eaa1331eb21807c883f9b0b8ed7f03a9f73b (patch)
tree1522332421535d99a3b34cf9c459fe9612de4b55
parenteebf5bafcb8751192ae54396d0506bfcbba72f10 (diff)
test
-rw-r--r--deploy/mobile/image.html4
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>