saruman_87

PHP-Lesson1

Jul 3rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7.     <link href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.3.1/css/bulma.min.css" rel="stylesheet">
  8.     <title>Document</title>
  9. </head>
  10. <body>
  11. <section class="hero is-dark is-fullheight">
  12.   <div class="hero-body">
  13.     <div class="container">
  14.     <?php
  15.         echo "<h1 class='title'>Hello Word!</h1>"
  16.     ?>  
  17.     </div>
  18.   </div>
  19. </section>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment