mirror of https://github.com/vuejs/vitepress
13 lines
331 B
13 lines
331 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Plain HTML page | VitePress</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
</head>
|
|
<body>
|
|
<h1>Not part of the main VitePress docs site</h1>
|
|
<div>This page is plain HTML in the <code>public</code> directory.</div>
|
|
</body>
|
|
</html>
|