iwa-inspector/index.html

17 lines
611 B
HTML
Raw Normal View History

2023-05-17 01:56:27 +00:00
<!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" />
2023-05-18 00:39:46 +00:00
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="IWA Inspector">
2023-05-17 01:56:27 +00:00
<link rel="canonical" href="https://sheetjs.com/tools/iwa-inspector" />
2023-05-18 00:39:46 +00:00
<title>SheetJS IWA Inspector</title>
2023-05-17 01:56:27 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>