mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
default.vto: add lang attribute to html
This commit is contained in:
parent
5373cfa5df
commit
8cf87d0718
1 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
layout: null
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- CHARSET -->
|
||||
<meta charset="UTF-8">
|
||||
|
@ -61,3 +63,5 @@ layout: null
|
|||
<body class="bg-white text-black dark:bg-black dark:text-white">
|
||||
{{ content }}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue