mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 03:25:04 +03:00
13 lines
No EOL
478 B
Text
13 lines
No EOL
478 B
Text
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title><%= title || "Akf-forum" %> </title>
|
|
<meta name="description" content="Akf-forum!">
|
|
<meta name="author" content="Akif9748">
|
|
<link rel="icon" type="image/x-icon" href="/images/favicon.jpg">
|
|
<link rel="stylesheet" href="/css/themes/<%= theme %>.css" />
|
|
<% if (theme === "black") { %>
|
|
<meta name="theme-color" content="#000000" />
|
|
<% } %>
|
|
|
|
</head> |