Skip to content

Commit d05e56f

Browse files
committed
hano/character.html
1 parent 8c82116 commit d05e56f

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

hano/character.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html lang="en-GB">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>hano single character notes</title>
6+
7+
<link rel="stylesheet" href="../../shared/style/docs.css">
8+
<link rel="stylesheet" href="../common29/block-style.css">
9+
<link rel="stylesheet" href="local.css">
10+
<link rel="stylesheet" href="../common29/character.css">
11+
12+
<script src="../../shared/code/scriptGroups.js"></script>
13+
<script src="../common29/egcode.js"></script>
14+
<script src="block-globals.js"></script>
15+
16+
<script src="hnn-examples.js"></script>
17+
18+
<script src="../common29/character.js"></script>
19+
</head>
20+
21+
<body>
22+
<div id="output"></div>
23+
24+
25+
26+
27+
<script src="../../shared/scriptdb/hano.js"> </script>
28+
<script src="hnn-details.html"> </script>
29+
<script src="hnn-globals.js"></script>
30+
<script>
31+
parseSpreadsheet(spreadsheet)
32+
showCharDetails(ch)
33+
</script>
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)