-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
25 lines (24 loc) · 1.08 KB
/
404.html
File metadata and controls
25 lines (24 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<title>Colony</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<link rel="preload" as="script" href="/ColonyWebsite/assets/colonywebpage-9f508839802d408a.js" crossorigin><link rel="preload" as="fetch" type="application/wasm" href="/ColonyWebsite/assets/colonywebpage_bg-fa1fe01c0bbbcfb4.wasm" crossorigin></head>
<body>
<div id="main"></div>
<script>
// We can't use a module script here because we need to start the script immediately when streaming
import("/ColonyWebsite/assets/colonywebpage-9f508839802d408a.js").then(
({ default: init }) => {
init("/ColonyWebsite/assets/colonywebpage_bg-fa1fe01c0bbbcfb4.wasm").then((wasm) => {
if (wasm.__wbindgen_start == undefined) {
wasm.main();
}
});
}
);
</script>
</body>
</html>