diff --git a/index.html b/index.html index 8332b029b9f9881658ef525d150c8cbdc2661217..11287524326b04ddf7dae0b5716c64e6870654ed 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,22 @@ -<a href='WV1-2/article.html'>WV1</a> -<a href='WV1-2/responsive.html'>WV2</a> \ No newline at end of file +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Exercises</title> +</head> +<body style="margin: 3rem;"> +<article style="font-size: 30px;;"> + <section> + <a style="text-decoration: none;" href='WV1-2/article.html'>WV1</a> + <a style="text-decoration: none; padding-left: 1rem;" href='WV1-2/responsive.html'>WV2</a> + </section> + + <section style="margin-top: 2rem;"> + <a style="text-decoration: none;" href="WV3/1.png">WV3_1</a> + <a style="text-decoration: none; padding-left: 1rem;" href="WV3/2.png">WV3_2</a> + </section> +</article> +</body> +</html>