templates/vitekit/__/vite-template-main/index.html
2026-04-12 21:03:18 +03:00

13 lines
269 B
HTML

<!doctype html>
<html lang="ru">
{{> head title='Главная' }}
<body>
<div class="wrapper">
{{> header }}
<main class="page"></main>
{{> footer }}
</div>
{{> js }}
</body>
</html>