summaryrefslogtreecommitdiffstats
path: root/scripts/buhid.html
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/buhid.html')
-rw-r--r--scripts/buhid.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/scripts/buhid.html b/scripts/buhid.html
new file mode 100644
index 0000000..f967e26
--- /dev/null
+++ b/scripts/buhid.html
@@ -0,0 +1,52 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Buhid</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x1740;</td> <!-- BUHID LETTER A -->
+ <td>&#x174A;</td> <!-- BUHID LETTER BA -->
+ <td>&#x1747;</td> <!-- BUHID LETTER DA -->
+ <td>&#x1744;</td> <!-- BUHID LETTER GA -->
+ <td>&#x1745;</td> <!-- BUHID LETTER NGA -->
+ <td>&#x1751;</td> <!-- BUHID LETTER HA -->
+ <td>&#x1741;</td> <!-- BUHID LETTER I -->
+ <td>&#x1743;</td> <!-- BUHID LETTER KA -->
+ <td>&#x174E;</td> <!-- BUHID LETTER LA -->
+ <td>&#x174B;</td> <!-- BUHID LETTER MA -->
+ <td>&#x1748;</td> <!-- BUHID LETTER NA -->
+ <td>&#x1749;</td> <!-- BUHID LETTER PA -->
+ <td>&#x174D;</td> <!-- BUHID LETTER RA -->
+ <td>&#x1750;</td> <!-- BUHID LETTER SA -->
+ <td>&#x1746;</td> <!-- BUHID LETTER TA -->
+ <td>&#x174C;</td> <!-- BUHID LETTER YA -->
+ <td>&#x1742;</td> <!-- BUHID LETTER U -->
+ <td>&#x174F;</td> <!-- BUHID LETTER WA -->
+ </tr>
+ <tr>
+ <td></td> <!-- buhid vowel sign a (implicit) -->
+ <td></td> <!-- (b) -->
+ <td></td> <!-- (d) -->
+ <td></td> <!-- (g) -->
+ <td></td> <!-- (ng) -->
+ <td></td> <!-- (h) -->
+ <td>&#x1752;</td> <!-- BUHID VOWEL SIGN I -->
+ <td></td> <!-- (k) -->
+ <td></td> <!-- (l) -->
+ <td></td> <!-- (m) -->
+ <td></td> <!-- (n) -->
+ <td></td> <!-- (p) -->
+ <td></td> <!-- (r) -->
+ <td></td> <!-- (s) -->
+ <td></td> <!-- (t) -->
+ <td></td> <!-- (y) -->
+ <td>&#x1753;</td> <!-- BUHID VOWEL SIGN U -->
+ <td></td> <!-- (w) -->
+ </tr>
+ </table>
+ </body>
+</html>