Files
finos--perspective/examples/blocks/src/nypd/index.html
T
2026-07-13 12:23:53 +08:00

17 lines
1.1 KiB
HTML

<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
<link rel="preload" href="/node_modules/@perspective-dev/viewer/dist/wasm/perspective-viewer.wasm" as="fetch" type="application/wasm" crossorigin="anonymous" />
<link rel="preload" href="/node_modules/@perspective-dev/server/dist/wasm/perspective-server.wasm" as="fetch" type="application/wasm" crossorigin="anonymous" />
<link rel="stylesheet" crossorigin="anonymous" href="/node_modules/@perspective-dev/viewer/dist/css/pro.css" />
<link rel="stylesheet" crossorigin="anonymous" href="/node_modules/@perspective-dev/viewer/dist/css/pro-dark.css" />
<link rel="stylesheet" href="index.css" />
<link rel="stylesheet" crossorigin="anonymous" href="./dark.css" />
<link rel="stylesheet" crossorigin="anonymous" href="./light.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@zip.js/zip.js@2.6.81/+esm"></script>
<script type="module" src="index.js"></script>
</head>
<body></body>
</html>