sheetjs-tauri-kaioken/index.html

14 lines
383 B
HTML
Raw Permalink Normal View History

2024-03-25 07:19:27 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/src/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-03-25 07:23:13 +00:00
<title>SheetJS x Tauri</title>
2024-03-25 07:19:27 +00:00
<script type="module" src="/src/main.ts" defer></script>
</head>
<body>
2024-03-25 07:23:13 +00:00
<div id="container" class="container"></div>
2024-03-25 07:19:27 +00:00
</body>
2024-03-25 07:23:13 +00:00
</html>