dreamlandjs/examples/example.html
2024-01-01 12:43:02 -05:00

18 lines
328 B
HTML

<!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="../index.js"></script>
<script src="lib/index.js"></script>
</head>
<body>
</body>
</html>