mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-13 11:07:42 +00:00
27 lines
No EOL
492 B
HTML
27 lines
No EOL
492 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Start Using test</title>
|
|
<style type="text/css">
|
|
p { font: 10pt Tahoma; }
|
|
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
|
|
h2 { font: bold 12pt Tahoma; color: #4444cc; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Start Using test</h1>
|
|
|
|
<p>
|
|
test 1.0 generated from template.
|
|
</p>
|
|
|
|
<h1>Wordlist Model Documentation</h1>
|
|
|
|
<!-- Insert HTML documentation here -->
|
|
|
|
<p>© 2020 dmg</p>
|
|
|
|
</body>
|
|
</html> |