mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 14:17:40 +00:00
34 lines
1.7 KiB
HTML
34 lines
1.7 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>
|
|
<h2>Examples from the guide in the documentation:</h2>
|
|
<ul>
|
|
<li><a href="./build/docs/engine/guide/examples/__first-example.html">First example</a></li>
|
|
<li><a href="./build/docs/engine/guide/examples/__automatic-control.html">Automatic Control Example</a></li>
|
|
<li><a href="./build/docs/engine/guide/examples/__manual-control.html">Manual On-Screen Keyboard Control</a></li>
|
|
<li><a href="./build/docs/engine/guide/examples/__full-manual-control.html">Manual Language Control Example</a></li>
|
|
<li><a href="./build/docs/engine/guide/examples/__control-by-control.html">Control by Control Example</a></li>
|
|
</ul>
|
|
<h3>
|
|
</h3>
|
|
</body>
|
|
</html>
|