mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
14 lines
340 B
HTML
14 lines
340 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Purely HTML page | Docusaurus</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
</head>
|
|
<body>
|
|
<h1>Not part of the Docusaurus app</h1>
|
|
<div>
|
|
This page is purely HTML, placed in the <code>static</code> folder
|
|
</div>
|
|
</body>
|
|
</html>
|