mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
Fixes: KEYMAN-WEB-RX (It was produced artificially after this PR's changes to validate them.) Cross-reference with https://github.com/getsentry/sentry-javascript/blob/master/docs/migration/v7-to-v8.md in regard to minimum supported versions. @keymanapp-test-bot skip
16 lines
639 B
HTML
16 lines
639 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<title>Keyman</title>
|
|
<script src="keyman-sentry.js"></script>
|
|
<script src="keymanweb-webview.js"></script>
|
|
<script src="ios-host.js"></script>
|
|
<style type="text/css">
|
|
body {background-color: rgb(210,214,220);}
|
|
</style>
|
|
</head>
|
|
<body class="kmw-embedded keyman-app" style="height: -webkit-fill-available">
|
|
</body>
|
|
</html>
|