para-bridge-demo
Version:
a bridge api for js-ios/andriod rest
30 lines (27 loc) • 1.06 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">
<meta name="format-detection" content="telephone=no,email=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover">
<title>Para Bridge Demo</title>
<link rel="icon" href="./logo.png">
</head>
<body ontouchstart="" onmouseover="">
<div id="app"></div>
<div id="global-spinner">
<div class="global-spinner-icon-container">
<div class="global-spinner-icon"></div>
</div>
</div>
<script src="inferno.min.js"></script>
</body>
</html>