Guest User

Untitled

a guest
Jun 29th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Laravel PHP Framework</title>
  6. <style>
  7. @import url(//fonts.googleapis.com/css?family=Lato:700);
  8.  
  9. body {
  10. margin:0;
  11. font-family:'Lato', sans-serif;
  12. text-align:center;
  13. color: #999;
  14. }
  15. h1 {
  16. font-size: 32px;
  17. margin: 16px 0 0 0;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <div>
  23. @section('widgets')
  24. @show
  25. </div>
  26. </body>
  27. </html>
Add Comment
Please, Sign In to add comment