Praca, praca
Took 5 hours 39 minutes
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pl">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Witaj świecie! - Kwiatowy Blog</title>
|
||||
|
||||
<link rel='stylesheet' href='vendor/blog-engine/blog.css' />
|
||||
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css' />
|
||||
<link rel='stylesheet' href='dev/css/style.css?v2' />
|
||||
|
||||
<meta name="author" content="Krzysiek Smaga">
|
||||
<meta name="keywords" content="kwiaty, rośliny">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<?php include $topbar; ?>
|
||||
<h1>Kwiatowy Blog</h1>
|
||||
<p>ef</p>
|
||||
<a href="be_login.php">Zaloguj się do panelu</a>
|
||||
</body>
|
||||
|
||||
<script src='vendor/blog-engine/blog.js'></script>
|
||||
<script src='https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js'></script>
|
||||
<script src='dev/js/script.js?v2'></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user