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.
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>
|