144bfb8faf
The JavaScript produced by `fullLinkJS` is about twice as fast as the code produced by `fastLinkJS`.
11 lines
271 B
HTML
11 lines
271 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>The circular law</title>
|
|
<script type="text/javascript" src="./target/scala-3.4.2/circular-law-opt/main.js"></script>
|
|
<link rel="stylesheet" href="main.css"/>
|
|
</head>
|
|
<body></body>
|
|
</html>
|