ice/examples/basic-mpa-webpack/public/index.html

14 lines
345 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1" />
<meta name="viewport" content="width=device-width" />
<title>icejs · mpa example</title>
</head>
<body>
<div>current page: <%= pageName %></div>
<div id="ice-container"></div>
</body>
</html>