docusaurus/pure-html.html
2025-02-28 13:34:25 +00:00

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>