BoostNote-App/android.html

23 lines
416 B
HTML
Raw Normal View History

2020-01-22 20:01:24 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2020-02-07 10:02:59 +03:00
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
2020-01-22 20:01:24 +03:00
</head>
<body>
<div id="root"></div>
2020-02-02 23:26:45 +03:00
<script>
;(function() {
function $openExternal(url) {
Android.openUrl(url)
}
window.$openExternal = $openExternal
})()
</script>
2020-01-22 20:01:24 +03:00
</body>
</html>