napi-rs/examples/napi/index.html

9 lines
182 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
2024-01-10 12:18:13 +09:00
<head>
<meta charset="UTF-8" />
2024-01-17 00:28:40 +09:00
<title>Vite Playground</title>
<script type="module" src="./vite-entry.js"></script>
2024-01-10 12:18:13 +09:00
</head>
</html>