mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
16 lines
554 B
HTML
16 lines
554 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
<link rel="icon" type="image/png" href="<%= htmlWebpackPlugin.options.logo %>" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
|
|
<meta http-Equiv="Cache-Control" Content="no-cache" />
|
|
<meta http-Equiv="Pragma" Content="no-cache" />
|
|
<meta http-Equiv="Expires" Content="0" />
|
|
</head>
|
|
<body ontouchstart>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|