18 lines
428 B
PHP
18 lines
428 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 1</h1>
|
|
<?php
|
|
// put your code here
|
|
?>
|
|
</body>
|
|
</html>
|