File size: 335 Bytes
2409829 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Bezier-rs Interactive Documentation</title>
<link rel="stylesheet" href="./style.css" />
<link href="fonts.css" rel="stylesheet" />
</head>
<body>
<noscript>JavaScript is required</noscript>
<script type="module" src="src/main.ts"></script>
</body>
</html>
|