Files @ c0f165783af4
Branch filter:

Location: CryptoJS/crypto.html - annotation

Laman
init commit
<!DOCTYPE html>
<html>
<head>
	<!--<script type="text/javascript" src="util.js" />-->
	<script type="module" src="blake.js" />
</head>
<body>
	<script type="text/javascript">
		console.log(str2utf8("abc"));
	</script>
</body>
</html>