15 lines
479 B
HTML
15 lines
479 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<link rel="icon" type="image/png" href="https://sheetjs.com/favico/favicon-196x196.png" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<title>SheetJS IWA Inspector</title>
|
||
|
<link rel="canonical" href="https://sheetjs.com/tools/iwa-inspector" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="root"></div>
|
||
|
<script type="module" src="/src/main.tsx"></script>
|
||
|
</body>
|
||
|
</html>
|