napi-rs/examples/napi/index.html

14 lines
334 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
2024-01-10 12:18:13 +09:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="https://napi.rs/img/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NAPI-RS examples playground</title>
2024-01-10 12:18:13 +09:00
</head>
2024-01-10 12:18:13 +09:00
<body>
<div id="app" />
2024-01-10 12:18:13 +09:00
</body>
</html>