69 -> 70
This commit is contained in:
17
zaklady/stranky/stranka1.php
Normal file
17
zaklady/stranky/stranka1.php
Normal 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
zaklady/stranky/stranka2.php
Normal file
18
zaklady/stranky/stranka2.php
Normal 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
zaklady/stranky/stranka3.php
Normal file
18
zaklady/stranky/stranka3.php
Normal 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
zaklady/stranky/stranka4.php
Normal file
18
zaklady/stranky/stranka4.php
Normal 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
zaklady/stranky/stranka5.php
Normal file
18
zaklady/stranky/stranka5.php
Normal 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>
|
Reference in New Issue
Block a user