2024-09-08 12:45:11 +02:00
|
|
|
<?php
|
2024-09-08 15:15:37 +02:00
|
|
|
// Podmínky a elseif
|
2024-10-21 18:10:02 +02:00
|
|
|
//
|
|
|
|
$testovacka = "Testuji neovim";
|
2024-09-08 12:45:11 +02:00
|
|
|
|
2024-10-21 18:10:02 +02:00
|
|
|
echo "test" .$testovacka;
|
2024-08-31 07:12:45 +02:00
|
|
|
|
2024-09-08 15:14:37 +02:00
|
|
|
|
|
|
|
?>
|
2024-08-31 07:12:45 +02:00
|
|
|
|
2024-10-21 18:10:02 +02: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>
|