-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (38 loc) · 907 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Blissymbol board</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<p>
Blissymbol board 0.8.0 (a subset of Blissymbols)
<a href="https://github.com/martin12333/symbol_boards">
(files)
</a>
</p>
<!--
<h6>
</h6>
<p>
</p>
-->
<div class="container">
<div id="keyboard">
</div>
<div id="keyboard-wrapper">
<textarea class="keyboard">
</textarea>
<br>
(a note: physical keyboard keys can be linked to buttons)
<!--comment
<br/> Last Name: <input type="text" class="keyboard">
-->
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/virtual-keyboard/1.30.1/js/jquery.keyboard.min.js'></script>
<script src="./script.js"></script>
</body>
</html>