1
Fork 0
mirror of https://github.com/RGBCube/NixSite synced 2025-07-27 15:47:44 +00:00

Use DOCTYPE

This commit is contained in:
RGBCube 2024-03-04 12:48:14 +03:00
parent 4b1e8ab54d
commit de8160e6fd
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
{ title }: body:
withDoctype (
DOCTYPE
<html>{lang="en";}
<head>
<meta.>{charset="UTF-8";}
@ -26,4 +27,4 @@ withDoctype (
body
<.body>
<.html>)
<.html>