proxitok/components/head.latte

8 lines
266 B
Plaintext
Raw Normal View History

<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">
2022-02-05 23:58:30 +00:00
<link rel="stylesheet" href="{path('/styles/bulma.min.css')}">
2022-01-14 17:18:28 +00:00
<title>{$title} - ProxiTok</title>
</head>