mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Patches up the /samples pages.
This commit is contained in:
parent
0c2ec68247
commit
ca74702e07
3 changed files with 5 additions and 3 deletions
2
web/.gitattributes
vendored
Normal file
2
web/.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
package.json text eol=lf
|
||||
package-lock.json text eol=lf
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>KeymanWeb Samples</h1>
|
||||
<h2><a href="./uncompiled.html">Test uncompiled Keymanweb</a></h2>
|
||||
<h2><a href="./uncompiled.html">Test unminified Keymanweb</a></h2>
|
||||
<h2><a href="./compiled.html">Test fully compiled Keymanweb</a></h2>
|
||||
<h2><a href="./multilingual.html">Full multilingual (compiled) Keymanweb</a></h2>
|
||||
<p><a href="../">Return to main index.</a>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<!-- Enable IE9 Standards mode -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
<title>KeymanWeb Sample Page - Uncompiled Source</title>
|
||||
<title>KeymanWeb Sample Page - Unminified Source</title>
|
||||
|
||||
<!-- Your page CSS -->
|
||||
<style type='text/css'>
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
<!-- Sample page HTML -->
|
||||
<body onload='loadKeyboards();'>
|
||||
<h2>KeymanWeb Sample Page - Uncompiled Source</h2>
|
||||
<h2>KeymanWeb Sample Page - Unminified Source</h2>
|
||||
|
||||
<div>
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue