web-backset.cn/apps/server/view/page/notFound/index.ejs

21 lines
495 B
Plaintext
Raw Normal View History

2023-02-11 13:21:06 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404</title>
<link
rel="stylesheet"
href="<%= assets %><%= name %>.css?v=<%= version %>"
/>
</head>
<body>
<p>404</p>
<script
type="text/javascript"
src="<%= assets %><%= name %>.js?v=<%= version %>"
></script>
</body>
</html>