59 lines
2.2 KiB
HTML
59 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
|
|
/>
|
|
<title>Perspective - Block</title>
|
|
<meta
|
|
name="description"
|
|
content="Interactive analytics and data visualization component for large and streaming datasets."
|
|
/>
|
|
<link rel="icon" href="https://openjsf.org/favicon.ico" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="page-container">
|
|
<nav class="navbar">
|
|
<div class="navbar__inner">
|
|
<a href="/" class="navbar__logo"><img alt="Perspective" src="/svg/perspective-logo-dark.svg" /></a>
|
|
<ul class="navbar__links">
|
|
<li><a href="/guide/">Docs</a></li>
|
|
<li><a href="/examples.html">Examples</a></li>
|
|
<li>
|
|
<a
|
|
href="https://github.com/perspective-dev/perspective"
|
|
>GitHub</a
|
|
>
|
|
</li>
|
|
<li id="theme-toggle"></li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
|
|
<main class="main-wrapper">
|
|
<div class="block-detail" id="block-detail"></div>
|
|
<br /><br />
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<div class="footer__inner">
|
|
<img
|
|
class="footer__logo"
|
|
id="footer-logo"
|
|
alt="OpenJS Foundation Logo"
|
|
src="/img/openjs_foundation-logo-horizontal-white.png"
|
|
/>
|
|
<div class="footer__copyright">
|
|
<br /><br />Copyright © 2017 OpenJS Foundation and
|
|
Perspective contributors.
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
<script type="module" src="block.js"></script>
|
|
</body>
|
|
</html>
|