-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgraph.html
More file actions
34 lines (33 loc) · 1.21 KB
/
graph.html
File metadata and controls
34 lines (33 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=.6, maximum-scale=.6">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel='shortcut icon' href='favicon.png' type='image/x-icon' />
<title>Plot | Treasury of Yiddish Poetry</title>
{{ bokeh_css }}
{{ bokeh_js }}
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X8X9FRW4HG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X8X9FRW4HG');
</script>
<body>
<header>
<a class="homepage" href="/">
<h1 class="homepage">The Online Treasury of Yiddish Poetry</h1>
<hr class="homepage">
<h1 class="homepage yid" dir="rtl">דער „אױפֿן־װעב“ אוצר פֿון ייִדישע לידער</h1>
</a>
</header>
<div class="graph_wrapper">
{{ plot_div|indent(8) }}
{{ plot_script|indent(8) }}
</div>
</body>
</html>