akf-forum/views/extra/meta.ejs

9 lines
407 B
Text
Raw Normal View History

2022-03-26 23:28:10 +03:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-09-09 15:34:12 +03:00
<title><%= title || forum_name +"-forum" %></title>
2022-09-16 22:40:43 +03:00
<meta name="description" content="<%= description %>">
2022-09-09 15:34:12 +03:00
<link rel="icon" type="image/x-icon" href="/favicon.ico">
2023-05-08 17:16:12 +03:00
<link rel="stylesheet" href="/css/themes/<%= theme.name %>.css" />
<link rel="stylesheet" href="/css/common.css" />
2022-03-26 23:28:10 +03:00
</head>