bbpro
Version:
BrowserBox - remote browser isolation tool
15 lines (13 loc) • 390 B
HTML
<button
onclick="alert('hello')"
>Alert</button>
<button
onclick="confirm('proceed?')"
>Confirm</button>
<button
onclick="prompt('what?')"
>Prompt</button>
<a href="mailto:don@trump.org">Skype</a>
<a href="itms-apps://itunes.apple.com/app/id1436902243">App store random app link</a>
<input placeholder="paste something here" type=text>
<textarea placeholder="and here"></textarea>