22 lines
		
	
	
		
			322 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			322 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?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>
 |