Browse Source

include

main
Ivan Pomykacz 7 months ago
parent
commit
410de087ed
  1. 3
      footer.php
  2. 8
      header.php
  3. 11
      index.php

3
footer.php

@ -0,0 +1,3 @@
</body>
</html>

8
header.php

@ -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>

11
index.php

@ -0,0 +1,11 @@
<?php
include "header.php";
echo "hohoho";
include "footer.php";
?>
Loading…
Cancel
Save