This commit is contained in:
CoolElectronics 2023-12-31 22:01:48 -05:00
commit 26f12e0a8f
No known key found for this signature in database
GPG key ID: F63593D168636C50
12 changed files with 972 additions and 0 deletions

18
examples/example.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>AliceJS examples</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css" />
<script src="../dist/index.js"></script>
<script src="lib/index.js"></script>
</head>
<body>
</body>
</html>