forked from thelaob/thelaob.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
54 lines (47 loc) · 1.44 KB
/
resources.html
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
53
54
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>THE LAOB</title>
<link rel='stylesheet' href='style.css' type='text/css' media='all' />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<div class="menu">
<span id="logo">
<a href="/index.html">
<big><span class="cpf-h1">LA</span><span class="hdf logokern logospankern">OB</span></big>
</a>
</span>
<span id="rheader">
THE <span class="cpff">LANGUAGE ART</span> OBSERVER
</span>
<span id="items">
<a href="/about.html">ABOUT</a>
<a href="/editorial.html">EDITORIAL</a>
<a href="/resources.html">RESOURCES</a>
<a href="/annuals.html">ANNUALS</a>
</span>
</div>
<div class="banner">
<br>RESOURCES
</div>
<div class="aboutcopy">
<div id="observablehq-laob_resources-3b897898"></div>
</div>
<script type="module">
import {Runtime, Inspector} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
import define from "https://api.observablehq.com/@laob/resources.js?v=3";
new Runtime().module(define, name => {
if (name === "laob_resources") return new Inspector(document.querySelector("#observablehq-laob_resources-3b897898"));
});
</script>
<style>
p {
font: var(--cpf);
margin-top: .5em;
margin-bottom: .5em;
}
</style>
</body>
</html>