Po lekci 37 -> pokračovat 38

This commit is contained in:
kankys
2024-09-08 15:14:37 +02:00
parent b453b6766e
commit 1494ee75b9
7 changed files with 145 additions and 4 deletions

17
stranky/stranka1.php Normal file
View File

@ -0,0 +1,17 @@
<!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>

18
stranky/stranka2.php Normal file
View File

@ -0,0 +1,18 @@
<!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 2</h1>
<?php
// put your code here
?>
</body>
</html>

18
stranky/stranka3.php Normal file
View File

@ -0,0 +1,18 @@
<!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>

18
stranky/stranka4.php Normal file
View File

@ -0,0 +1,18 @@
<!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 4</h1>
<?php
// put your code here
?>
</body>
</html>

18
stranky/stranka5.php Normal file
View File

@ -0,0 +1,18 @@
<!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 5</h1>
<?php
// put your code here
?>
</body>
</html>