mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 11:47:47 +08:00
20 lines
418 B
HTML
20 lines
418 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>
|
|
<%= title %>
|
|
</title>
|
|
<link rel="shortcut icon" type="image/x-icon" href="./logo.png">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="<%= mountElementId %>"></div>
|
|
<script>
|
|
console.log('<%= FES_APP_PUBLISH_ERROR_PAGE %>');
|
|
</script>
|
|
</body>
|
|
|
|
</html> |