KOKINIO - MANAGER
Edit File: index.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> <title>Board 2023-2024</title> </head> <body> <div class="back"> <a href="https://ames.ku.edu.np/"> <button>Go home</button> </a> </div> <section class="front"> <div class="hero-head"> <h1>Our Team</h1> <h2>AMES Board - 2023/2024</h2> </div> </section> <section class="team-members"> <div class="member-container"> </div> </section> <script src="script.js"></script> </body> </html>