Files
BlogEngine/public/index.html
T
2023-05-14 23:21:51 +02:00

21 lines
639 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?v1' />
<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>
<h1>Kwiatowy Blog</h1>
<p>ef</p>
</body>
<script src='vendor/blog-engine/blog.js'></script>
<script src='public/js/script.js?v1'></script>
</html>