index: Add doctype header

This commit is contained in:
2026-02-02 16:22:24 +01:00
parent 25e4b3c35b
commit 821d285343
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8"/>
@@ -20,7 +21,7 @@
<meta property="og:image:type" content="image/jpeg"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:locale" content="de"/>
<meta property="og:locale" content="en"/>
<meta property="og:ttl" content="60"/>
<meta name="twitter:card" content="summary_large_image"/>
</head>