napi-rs/examples/napi/index.html
2024-01-16 23:28:40 +08:00

8 lines
182 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Vite Playground</title>
<script type="module" src="./vite-entry.js"></script>
</head>
</html>