Skip to content

Commit

Permalink
feat: add math demo
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Sep 24, 2022
1 parent 7730427 commit 7a92dc2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<li><a href="./signal/">Signal</a></li>
<li><a href="./router/">Router</a></li>
<li><a href="./font/">Font</a></li>
<li><a href="./math/">Math</a></li>
</ol>
</body>
</html>
13 changes: 13 additions & 0 deletions demo/math/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@alwatr/math</title>
<script type="module" src="./translate-unicode-digits.js"></script>
</head>

<body>
<h3>Check the console</h3>
</body>
</html>

0 comments on commit 7a92dc2

Please sign in to comment.