mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
347 B
14 lines
347 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Redirecting...</title>
|
|
<meta http-equiv="refresh" content="5; url=https://vitepress.dev/" />
|
|
</head>
|
|
<body>
|
|
<p>
|
|
You will be redirected to the latest documentation in 5 seconds. If you
|
|
are not redirected, <a href="https://vitepress.dev/">click here</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|