Update
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{POST_TITLE} - Nowy blog</title>
|
||||
|
||||
<link rel='stylesheet' href='vendor/blog-engine/blog.css' />
|
||||
<link rel='stylesheet' href='public/css/style.css?v4.3' />
|
||||
<link rel='stylesheet' href='public/css/style.css?v4.3' />
|
||||
|
||||
<meta name="author" content="Krzysztof Smaga">
|
||||
<meta name="keywords" content="nowy, blog, zero">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<?php echo $topbar; ?>
|
||||
<h1>Nowy blog</h1>
|
||||
<p>Jest to nowy blog</p>
|
||||
|
||||
<h3>{POST_TITLE}</h3>
|
||||
<h5>{POST_INFORMATION}</h5>
|
||||
<p>{POST_CONTENT}</p>
|
||||
<p>{POST_VIEWS}</p>
|
||||
</body>
|
||||
|
||||
<script src='vendor/blog-engine/blog.js'></script>
|
||||
<script src='vendor/blog-engine/js/jquery-3.7.0.min.js'></script>
|
||||
<script src='public/js/script.js?v4.3'></script>
|
||||
<script src='public/js/script.js?v4.3'></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user