meta fixes

This commit is contained in:
Akif9748 2022-08-26 20:22:46 +03:00
parent 88a0481d35
commit a469c4775f
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<%- include("extra/meta", {title: "User list!" }) %>
<%- include("extra/meta", {title: "Create thread!" }) %>
<body style="text-align: center;">

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<%- include("extra/meta", {title: "User list!" }) %>
<%- include("extra/meta", {title: "Welcome to the Akf-forum!" }) %>
<body style="text-align: center;">

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<%- include("extra/meta", {title: "Threads!" }) %>
<%- include("extra/meta", {title: "Thread list!" }) %>
<body>
<link rel="stylesheet" href="/css/threads.css" />