Files
perspective-dev--perspective/rust/perspective-viewer/test/html/superstore-debug.html
T
2026-07-13 12:25:07 +08:00

13 lines
432 B
HTML

<!doctype html>
<html>
<head>
<script type="module" src="./debug_plugins.js"></script>
<link rel="stylesheet" href="../css/demo.css" />
<link rel="stylesheet" href="/node_modules/@perspective-dev/viewer/dist/css/pro.css" />
<link rel="stylesheet" href="/node_modules/@fontsource/roboto-mono/400.css" />
</head>
<body>
<perspective-viewer></perspective-viewer>
</body>
</html>