20 lines
719 B
HTML
20 lines
719 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<script type="module" src="/node_modules/@perspective-dev/viewer/dist/cdn/perspective-viewer.js"></script>
|
|
<script type="module" src="/node_modules/@perspective-dev/test/load-viewer-csv.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" />
|
|
<style>
|
|
perspective-viewer {
|
|
top: 50px !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<input />
|
|
<perspective-viewer></perspective-viewer>
|
|
</body>
|
|
</html>
|