mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 04:31:53 +02:00
17 lines
505 B
HTML
17 lines
505 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
<title>Test module in >script< tag</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script src="../dist/non-layered-tidy-tree-layout.js"></script>
|
||
|
<script>
|
||
|
console.log(nonLayeredTidyTreeLayout);
|
||
|
console.log(nonLayeredTidyTreeLayout.Tree);
|
||
|
console.log(nonLayeredTidyTreeLayout.layout);
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|