-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (42 loc) · 1.98 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="https://mitmedialab.github.io/pytutor-static/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="modulepreload" href="https://mitmedialab.github.io/pytutor-static/_app/immutable/entry/start.DJbGBsS5.js">
<link rel="modulepreload" href="https://mitmedialab.github.io/pytutor-static/_app/immutable/chunks/entry.DkumofIP.js">
<link rel="modulepreload" href="https://mitmedialab.github.io/pytutor-static/_app/immutable/chunks/scheduler.B_HausrX.js">
<link rel="modulepreload" href="https://mitmedialab.github.io/pytutor-static/_app/immutable/chunks/index.BXiy_4TU.js">
<link rel="modulepreload" href="https://mitmedialab.github.io/pytutor-static/_app/immutable/chunks/control.CYgJF_JY.js">
<link rel="modulepreload" href="https://mitmedialab.github.io/pytutor-static/_app/immutable/entry/app.o8jUop5s.js">
<link rel="modulepreload" href="https://mitmedialab.github.io/pytutor-static/_app/immutable/chunks/preload-helper.D6kgxu3v.js">
<link rel="modulepreload" href="https://mitmedialab.github.io/pytutor-static/_app/immutable/chunks/index.BGGFpMsM.js">
</head>
<body data-sveltekit-preload-data="hover">
<script>
if ('serviceWorker' in navigator) {
addEventListener('load', function () {
navigator.serviceWorker.register('./service-worker.js');
});
}
</script>
<div style="display: contents">
<script>
{
__sveltekit_m7kmhg = {
base: new URL(".", location).pathname.slice(0, -1),
assets: "https://mitmedialab.github.io/pytutor-static"
};
const element = document.currentScript.parentElement;
Promise.all([
import("https://mitmedialab.github.io/pytutor-static/_app/immutable/entry/start.DJbGBsS5.js"),
import("https://mitmedialab.github.io/pytutor-static/_app/immutable/entry/app.o8jUop5s.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>