7 lines
337 B
Text
7 lines
337 B
Text
<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" />
|