Files
BlogEngine/public/index.html
T

13 lines
396 B
HTML

<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<title>Witaj świecie!</title>
<link rel="stylesheet" href="vendor/blog-engine/blog.css"/>
<script type="module" src="vendor/blog-engine/blog.js" defer></script>
</head>
<body>
<h1>Witaj świecie!</h1>
<a href="be_login.php">Zaloguj się</a>
</body>
</html>