30 lines
736 B
HTML
Executable File
30 lines
736 B
HTML
Executable File
<!--
|
|
* @Author: 王涛
|
|
* @Mail: no
|
|
* @Date: 2020-05-16 10:46:46
|
|
* @LastEditors: Please set LastEditors
|
|
* @LastEditTime: 2022-04-06 16:39:01
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="renderer" content="webkit" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
|
|
<link rel="icon" href="<%= BASE_URL %>logo.png" />
|
|
<title>
|
|
<%= webpackConfig.name %>
|
|
</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">
|
|
</div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
|
|
</html>
|