2024-09-08 10:45:11 +00:00
|
|
|
<?php
|
2024-09-08 13:15:37 +00:00
|
|
|
// Podmínky a elseif
|
2024-10-21 16:10:02 +00:00
|
|
|
//
|
|
|
|
$testovacka = "Testuji neovim";
|
2024-09-08 10:45:11 +00:00
|
|
|
|
2024-10-21 16:10:02 +00:00
|
|
|
echo "test" .$testovacka;
|
2024-08-31 05:12:45 +00:00
|
|
|
|
2024-09-08 13:14:37 +00:00
|
|
|
|
|
|
|
?>
|
2024-08-31 05:12:45 +00:00
|
|
|
|
2024-10-21 16:10:02 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Document</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<section class="test"></section>
|
|
|
|
</body>
|
|
|
|
</html>
|