<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>AB7340 Web visualization Exercise</title> <link rel="stylesheet" href="styles.css"> </head> <body> <header> <h1>Exercise web page</h1> <h1>AB7340</h1> </header> <main> <a class="exercise-link" href="exercise1.html">Exercise 1</a> </main> </body> </html>