16 lines
412 B
PHP
16 lines
412 B
PHP
<!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>
|
|
<form method="POST" action="">
|
|
|
|
</form>
|
|
</body>
|
|
</html>
|