Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Moje první PHP</title>
  5.     <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
  6.     <link rel="stylesheet" type="text/css" href="styles.css">
  7. </head>
  8. <body>
  9.  
  10. <h1>Tohle je moje první stránka!</h1>
  11.  
  12. <?php
  13. echo "Ahoj!";
  14. ?>
  15.    
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement