22 lines
549 B
HTML
22 lines
549 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="cn">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta http-equiv="Expires" content="0" />
|
||
|
<meta http-equiv="Pragma" content="no-cache" />
|
||
|
<meta http-equiv="Cache-control" content="no-cache" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<link rel="icon" href="/favicon.ico" />
|
||
|
<title>
|
||
|
<%= title %>
|
||
|
</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<script type="module" src="/src/main.js"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|