Declare HTML lang and charset

This commit is contained in:
Rohan McGovern 2022-06-20 09:47:09 +10:00
parent 975e9f9f9e
commit 3062bdad26

View file

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en">
{# A generic index page for any kind of content. #}
<head>
<meta charset="utf-8">
<title>{{ title }}</title>
</head>
<body>