Skip to content

Commit 4a54a5d

Browse files
committed
RouteTest
RouteTest
1 parent d99f1e2 commit 4a54a5d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

404.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>wildVeli Index</title>
6+
<base href="/">
7+
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<link rel="icon" type="image/x-icon" href="assets/images/Zero.png">
10+
</head>
11+
<body>
12+
<app-root></app-root>
13+
<script src="runtime-es2015.js" type="module"></script><script src="polyfills-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule></script><script src="polyfills-es5.js" nomodule></script><script src="styles-es2015.js" type="module"></script><script src="styles-es5.js" nomodule></script><script src="vendor-es2015.js" type="module"></script><script src="main-es2015.js" type="module"></script><script src="vendor-es5.js" nomodule></script><script src="main-es5.js" nomodule></script></body>
14+
</html>

0 commit comments

Comments
 (0)