?
This commit is contained in:
parent
803bc5ca63
commit
9bec0aa024
@ -1,7 +1,21 @@
|
||||
<?php
|
||||
// Podmínky a elseif
|
||||
//
|
||||
$testovacka = "Testuji neovim";
|
||||
|
||||
echo "test" .$testovacka;
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<!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>
|
||||
|
Loading…
Reference in New Issue
Block a user