mirror of
https://github.com/RGBCube/NixSite
synced 2025-07-27 15:47:44 +00:00
Use DOCTYPE
This commit is contained in:
parent
4b1e8ab54d
commit
de8160e6fd
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue