Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.77 KB | None | 0 0
  1. <html>
  2. <head>
  3.   <meta charset="utf-8">
  4.   <meta name="viewport" content="width=device-width">
  5.   <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/logoAnimation.css') }}">
  6.   <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/chargeAnimation.css') }}">
  7.   <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/cochesStyle.css') }}">
  8. </head>
  9. <body>
  10.   <div class="bb"> </div>
  11.   <div class="izquierda">
  12.     {% block content %} {% endblock %}
  13.   </div>
  14.   <div class="derecha">
  15.     <div class="wrapper">
  16.       <div class="border">
  17.           <div class="space">
  18.               <div class="loading">
  19.               </div>
  20.           </div>
  21.       </div>
  22.   </div>
  23.   </div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement