Files
BlogEngine/public/index.html
T
2023-04-30 21:23:20 +02:00

18 lines
622 B
HTML

<!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='public/css/style.css' />
<meta name="author" content="Krzysiek Smaga">
<meta name="keywords" content="nowy, pierwszy, super">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Kwiatowy Blog</h1>
<p>sdf</p>
</body>
<script src='vendor/blog-engine/blog.js'></script>
<script src='public/js/script.js'></script>
</html>