2021-03-03 15:10:55 +08:00

14 lines
363 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="shortcut icon" type="image/x-icon" href="./logo.png">
</head>
<body>
<%= FES_APP_PUBLISH_ERROR_PAGE %>
<div id="app"></div>
</body>
</html>