Advertisement
Patrikrizek

lesson-9-index

Jun 27th, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <title>Dynamic Website - Home</title>
  8.  
  9.     <!-- CSS External file -->
  10.     <link rel="stylesheet" href="/lesson-9/css/style.css">
  11. </head>
  12. <body>
  13.     <!-- Header -->
  14.     <script src="/lesson-9/js/header.js"></script>
  15.    
  16.     <!-- Navigation -->
  17.     <script src="/lesson-9/js/navigation.js"></script>
  18.    
  19.     <!-- Main -->
  20.     <main>
  21.         <p>This is a content of the index.html page.</p>
  22.         <br>
  23.         <h2>INDEX PAGE</h2>
  24.     </main>
  25.    
  26.     <!-- Footer -->
  27.     <script src="/lesson-9/js/footer.js"></script>
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement