Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6.     <title>Cloud Manantiales</title>
  7.     <link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
  8.     <link href="{{asset('css/all.css')}}" rel='stylesheet' type='text/css'>
  9. </head>
  10. <body>
  11.     {% block main %}{% endblock %}
  12.     <div class="row-fluid">
  13.         <footer>
  14.             <p>Cloud Manantiales 2013 | Preguntas frecuentes | another link</p>
  15.         </footer>
  16.     </div>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement