1
Fork 0
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:
RGBCube 2025-06-03 06:08:34 +03:00
parent 5373cfa5df
commit 8cf87d0718
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -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>