aboutsummaryrefslogtreecommitdiff
path: root/views/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/header.php')
-rw-r--r--views/header.php14
1 files changed, 12 insertions, 2 deletions
diff --git a/views/header.php b/views/header.php
index d106b64..d84ee05 100644
--- a/views/header.php
+++ b/views/header.php
@@ -1,7 +1,17 @@
<!DOCTYPE html>
-<html lang="bg">
+<html lang="en">
<head>
<meta charset="UTF-8">
- <title>Test</title>
+ <meta name="robots" content="index, follow">
+ <meta name="theme-color" content="#2b2b2e">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title><?php echo htmlspecialchars($title ?? "");?></title>
</head>
<body>
+ <header>
+ <nav>
+ <a href="/test/index.php">Test</a>
+ <a href="/sample_archive/index.php">Sample Archive</a>
+ </nav>
+ </header>
+ <article>