19 lines
437 B
PHP
19 lines
437 B
PHP
|
<!DOCTYPE html>
|
||
|
<!--
|
||
|
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||
|
Click nbfs://nbhost/SystemFileSystem/Templates/Scripting/EmptyPHPWebPage.php to edit this template
|
||
|
-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Nová stránka 3</h1>
|
||
|
|
||
|
<?php
|
||
|
// put your code here
|
||
|
?>
|
||
|
</body>
|
||
|
</html>
|