Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. $kod = <<<EOC
  4.  
  5. <!DOCTYPE html>
  6. <html>
  7. <head>
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <title>Bar</title>
  10. </head>
  11. <body>
  12. 1
  13. </body>
  14. </html>
  15.  
  16. EOC;
  17.  
  18. echo $kod
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement