16 lines
557 B
HTML
16 lines
557 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Bezier-rs Interactive Documentation</title>
|
|
<link rel="stylesheet" href="./style.css" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&family=Inter:wght@500&display=swap" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<noscript>JavaScript is required</noscript>
|
|
<script type="module" src="src/main.ts"></script>
|
|
</body>
|
|
</html>
|