Graphite/website/other/bezier-rs-demos/public/index.html

17 lines
614 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bezier-rs Interactive Documentation</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://rsms.me/inter/inter.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=EB+Garamond:ital,wght@0,500;1,500&display=swap" rel="stylesheet">
</head>
<body>
<noscript>JavaScript is required</noscript>
<script>import("./build/bundle.js");</script>
</body>
</html>