Wasyl132

Untitled

Dec 19th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. </head>
  7. <body>
  8. <?php
  9.  
  10. require('skrypt.php');
  11.  
  12. print h1("Naglowek");
  13.  
  14. ?>
  15. </body>
  16. </html>
  17.  
  18. ---------------------Skrypt-----------------------------
  19.  
  20. <?php
  21.  
  22.  
  23. function h1($nazwa)
  24. {
  25. return "<center><h1>".$nazwa."</h1></center>";
  26. }
  27.  
  28.  
  29. ?>
Advertisement
Add Comment
Please, Sign In to add comment