proxitok/components/head.latte
Pablo Ferreiro 8816f4a1a1
Removed home.js
Added Discover
2022-02-06 00:58:30 +01:00

8 lines
266 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="{path('/styles/bulma.min.css')}">
<title>{$title} - ProxiTok</title>
</head>