adding utf-8 chars

This commit is contained in:
2022-09-16 17:07:35 +01:00
parent a162d3aeeb
commit 5db41bf5b2

View File

@ -3,6 +3,7 @@ import Navbar from '../components/Navbar.astro';
---
<html>
<head>
<meta charset="UTF-8" />
<title>Blog post</title>
</head>
<body class="flex flex-col items-center bg-polar-night-400">