-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
31 lines (27 loc) · 1.13 KB
/
404.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
---
permalink: /404.html
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>unpkg-immutable-example</title>
<base href="/unpkg-immutable-example/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- versioned static assets -->
<link rel="icon" type="image/x-icon" href="https://immutablewebapps.org/icons/favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/@immutablewebapps/[email protected]/dist/styles.css">
<!-- environment variables -->
<script>
env = {"production":true, "color": "#E0FFFF"};
</script>
</head>
<body>
<!-- application binding -->
<app-root></app-root>
<!-- versioned static assets -->
<script type="text/javascript" src="https://unpkg.com/@immutablewebapps/[email protected]/dist/runtime.js"></script>
<script type="text/javascript" src="https://unpkg.com/@immutablewebapps/[email protected]/dist/polyfills.js"></script>
<script type="text/javascript" src="https://unpkg.com/@immutablewebapps/[email protected]/dist/main.js"></script>
</body>
</html>