forked from barionleg/openweather-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCosmic Barcode Answer.html
74 lines (60 loc) · 1.81 KB
/
Cosmic Barcode Answer.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!-- saved from url=(0066)https://fuse.pha.jhu.edu/Graphics/scigraph/barcodes/barcodes2.html -->
<html><script>
(() => {
/**
* This script injected by the installed three.js developer
* tools extension.
* https://github.com/threejs/three-devtools
*/
const $devtoolsReady = Symbol('devtoolsReady');
const $backlog = Symbol('backlog');
// The __THREE_DEVTOOLS__ target is small and light-weight, and collects
// events triggered until the devtools panel is ready, which is when
// the events are flushed.
const target = new class ThreeDevToolsTarget extends EventTarget {
constructor() {
super();
this[$devtoolsReady] = false;
this[$backlog] = [];
this.addEventListener('devtools-ready', e => {
this[$devtoolsReady] = true;
for (let event of this[$backlog]) {
this.dispatchEvent(event);
}
}, { once: true });
}
dispatchEvent(event) {
if (this[$devtoolsReady] || event.type === 'devtools-ready') {
super.dispatchEvent(event);
} else {
this[$backlog].push(event);
}
}
}
Object.defineProperty(window, '__THREE_DEVTOOLS__', {
value: target,
});
})();
</script><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<!-- Cosmic Barcodes -->
<title>Cosmic Barcode Answer</title></head>
<!--#include virtual="/web_includes/sidebar.html"-->
<body><center>
<table width="550">
<tbody><tr><td>
<center>
<h2>Did you guess correctly?</h2>
<p>
<img src="./Cosmic Barcode Answer_files/answer.gif">
</p><p>
</p></center>
<p>
The spectrum in the top panel contains the signatures of
hydrogen, carbon, nitrogen, and oxygen!
</p><p>
<a href="https://fuse.pha.jhu.edu/Graphics/scigraph/barcodes/barcodes.html">Back to cosmic barcodes</a>
</p></td></tr>
</tbody></table>
</center>
<!--#include virtual="/web_includes/lower_table2.html"-->
</body></html>