This commit is contained in:
Wojciech Wylazowski 2022-09-28 13:27:51 +02:00
commit 8e99b02e39

14
index.php Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<?php
echo "louda";
?>
</body>
</html>