-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
28 lines (27 loc) · 851 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"
name="viewport"
/>
<meta
content="Fastjs is a useful, lightweight JavaScript library for any types of project."
name="description"
property="og:determiner"
/>
<meta content="Fastjs,fastjs,frame" name="keywords" />
<meta content="Fastjs - Fly again with us" property="og:title" />
<meta
name="viewport"
content="width=device-width, initial-scale=0.9, maximum-scale=0.9, user-scalable=no"
/>
<title>Fastjs - Fly again with us</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
</body>
</html>