iview/local/template/index.html

10 lines
157 B
HTML
Raw Normal View History

2016-09-09 14:29:19 +08:00
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>Webpack App</title>
</head>
<body>
<div id="app"></div>
</body>
</html>