15 lines
381 B
HTML
15 lines
381 B
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<script type="text/javascript">
|
|
var key = "%@";
|
|
var execute = function() {
|
|
window.webkit.messageHandlers.recaptcha.postMessage(%@);
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<span id="submit" style="visibility: hidden;"></span>
|
|
</body>
|
|
</html>
|