-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
21 lines (20 loc) · 773 Bytes
/
404.html
File metadata and controls
21 lines (20 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>EveryBoard 40.3246-2.0</title>
<!-- COMMIT -->
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/images/logo.png">
<style>
/* Let's hide the page until the CSS is loaded */
body {
display: none;
}
</style>
</head>
<body>
<app-root></app-root>
<script src="runtime.670afffa1c164686.js" type="module"></script><script src="polyfills.c5773aff524ba537.js" type="module"></script><script src="main.f771a88f513ed7df.js" type="module"></script></body>
</html>