spiegel-keyman/web/index.html
Marc Durdin cda7dc6d24 chore: remove deprecated "X-UA-Compatible" and "apple-mobile-web-app-capable" metas
For Keyman Developer Server, add app.webmanifest so that it can be saved
to the home screen; other pages should not require this.

Fixes: #16172
Test-bot: skip
2026-07-01 10:27:22 +02:00

24 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Set the viewport width to match iOS device widths -->
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" /> -->
<meta name="viewport" content="width=device-width,user-scalable=no" />
<title>KeymanWeb Testing</title>
<style type='text/css'>
body {padding-left:20px;margin-left:12px; font-family:Tahoma,Helvetica}
h1 {color: #800;margin-left:10px;}
h2 {color: #008;margin-left:20px;}
</style>
</head>
<body>
<h1>KeymanWeb Repo Index</h1>
<h2><a href="./src/samples/index.html">View Keymanweb use samples.</a></h2>
<h2><a href="./src/test/manual/embed/index.html">View manual test pages for embedded-mode Keymanweb.</a></h2>
<h2><a href="./src/test/manual/web/index.html">View Keymanweb website-oriented manual test pages.</a></h2>
<h2><a href="./src/tools/testing/index.html">Use Keymanweb development tools.</a></h2>
</body>
</html>