mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
9 lines
182 B
HTML
9 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>
|