fes.js/packages/fes-plugin-qiankun/examples/vite-main/index.html
2022-05-11 16:55:28 +08:00

17 lines
333 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>
</body>
</html>