Advertisement
MattDovi

HTML

Apr 24th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.53 KB | None | 0 0
  1. <html>
  2.  
  3.     <head>
  4.         <meta name="viewport" content="width=device-width, initial-scale=1">
  5.  
  6.         <link rel="preconnect" href="https://fonts.gstatic.com">
  7.         <link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap" rel="stylesheet">
  8.  
  9.         <link rel="stylesheet" href = "style.css">
  10.  
  11.  
  12.     </head>
  13.  
  14.     <body class = "background">
  15.  
  16.         <h1 class = "title">Flights Table</h1>
  17.  
  18.         <div class = "box-container"></div>
  19.  
  20.     </body>
  21.  
  22. </html>
  23.  
  24. <script src = "flights.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement