proxitok/views/components/head.latte
Pablo Ferreiro fe3ae82100
small fixes
2022-01-03 17:06:25 +01:00

8 lines
305 B
Plaintext

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/bulmaswatch/superhero/bulmaswatch.min.css">
<title>{$title} - Tiktok Alt-Frontend</title>
</head>