-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathbar.html
More file actions
52 lines (48 loc) · 2.29 KB
/
bar.html
File metadata and controls
52 lines (48 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="generator" content="Observable Framework v1.0.0-test">
<title>Hello, param </title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" crossorigin>
<link rel="preload" as="style" href="../_observablehq/theme-air,near-midnight.00000004.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" crossorigin>
<link rel="stylesheet" type="text/css" href="../_observablehq/theme-air,near-midnight.00000004.css">
<link rel="modulepreload" href="../_observablehq/client.00000001.js">
<link rel="modulepreload" href="../_observablehq/runtime.00000002.js">
<link rel="modulepreload" href="../_observablehq/stdlib.00000003.js">
<script type="module">
import {define} from "../_observablehq/client.00000001.js";
define({id: "0598c133", mode: "inline", inputs: ["display"], body: async (display) => {
display(await(
"bar"
))
}});
define({id: "6cd6416e", inputs: ["display"], body: async (display) => {
display(await(
"bar"
))
}});
</script>
</head>
<body>
<div id="observablehq-center">
<aside id="observablehq-toc" data-selector="h1:not(:first-of-type)[id], h2:first-child[id], :not(h1) + h2[id]">
<nav>
</nav>
</aside>
<main id="observablehq-main" class="observablehq">
<h1 id="hello-param" tabindex="-1"><a class="observablehq-header-anchor" href="#hello-param">Hello, param <observablehq-loading></observablehq-loading><!--:0598c133:--></a></h1>
<div class="observablehq observablehq--block"><observablehq-loading></observablehq-loading><!--:6cd6416e:--></div>
<pre data-language="js"><code class="language-js">observable.<span class="hljs-property">params</span>.<span class="hljs-property">param</span>
</code></pre>
</main>
<footer id="observablehq-footer">
<div>Built with <a href="https://observablehq.com/" target="_blank" rel="noopener noreferrer">Observable</a> on <a title="2024-01-10T16:00:00">Jan 10, 2024</a>.</div>
</footer>
</div>
</body>
<script>{/* redacted init script */}</script>
</html>