
3 changed files with 22 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
|
|||
</body> |
|||
</html> |
@ -0,0 +1,8 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="cs"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>Document</title> |
|||
</head> |
|||
<body> |
@ -0,0 +1,11 @@ |
|||
<?php |
|||
|
|||
include "header.php"; |
|||
|
|||
echo "hohoho"; |
|||
|
|||
include "footer.php"; |
|||
|
|||
?> |
|||
|
|||
|
Loading…
Reference in new issue