Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
dim button1 as new button
button1.width = 200
button1.height = 100
button1.text = "weee!"
me.controls.add (button1)
button1.top = 100
button1.left = 100