5
This commit is contained in:
parent
8989de90b0
commit
5323ad896f
10
index.php
10
index.php
@ -17,11 +17,11 @@ try {
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>My Awesome Blog</title>
|
||||
<title>Добро пожаловать</title>
|
||||
<meta name="description" content="A clean blog to publish updates and articles.">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="My Awesome Blog">
|
||||
<meta property="og:title" content="Добро пожаловать">
|
||||
<meta property="og:description" content="A clean blog to publish updates and articles.">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="http://<?php echo $_SERVER['HTTP_HOST']; ?>">
|
||||
@ -37,13 +37,13 @@ try {
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="/">My Awesome Blog</a>
|
||||
<a class="navbar-brand" href="/">Добро пожаловать</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main class="container my-5">
|
||||
<div class="text-center mb-5">
|
||||
<h1 class="display-4">Welcome to the Blog</h1>
|
||||
<h1 class="display-4">Добро пожаловать</h1>
|
||||
<p class="lead text-muted">The latest articles and updates, just for you.</p>
|
||||
</div>
|
||||
|
||||
@ -72,7 +72,7 @@ try {
|
||||
|
||||
<footer class="footer mt-auto py-3 bg-white border-top">
|
||||
<div class="container text-center">
|
||||
<span class="text-muted">© <?php echo date("Y"); ?> My Awesome Blog. All Rights Reserved. |
|
||||
<span class="text-muted">© <?php echo date("Y"); ?> Добро пожаловать. All Rights Reserved. |
|
||||
<?php if (isset($_SESSION['user_id'])): ?>
|
||||
<a href="admin.php">Admin</a> | <a href="logout.php">Logout</a>
|
||||
<?php else: ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user