mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
17 lines
616 B
HTML
17 lines
616 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<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" />
|
|
<link rel="shortcut icon" href="https://img.yzcdn.cn/zanui/vant/vant-2017-12-18.ico">
|
|
<title>Vant - Mobile UI Components built on Vue</title>
|
|
<script>
|
|
location.href = location.href.replace('/next/', '/')
|
|
</script>
|
|
</head>
|
|
<body ontouchstart></body>
|
|
</html>
|