version 2

This commit is contained in:
2020-02-05 21:21:51 +01:00
parent 9cb4060617
commit 133447baa7
13 changed files with 126 additions and 95 deletions

8
website/index.html Normal file
View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<script src="./main.ts"></script>
</body>
</html>

3
website/main.ts Normal file
View File

@@ -0,0 +1,3 @@
import cihu from '../'
console.log(cihu())