/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/static/pure-html.html
14 строк
340 B
Yangshun Tay
chore: migrate from Prettier to oxfmt for code formatting (#11824)
07 май 2026, 14:50
Не верифицирован
07 май 2026, 14:50
190ef6f
Код
Авторство
О чём код?
<!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>