biter/views/partials/head.ejs

8 lines
337 B
Text
Raw Normal View History

2024-03-07 17:53:10 +03:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="<%= title %>" />
<meta property="og:title" content="<%= title %>" />
<meta property="og:description" content="<%= description %>" />
<title><%= title %></title>
<link rel="stylesheet" href="/style.css" />