From be9b92f9dc38090619f66d0ee51b73a148035fbc Mon Sep 17 00:00:00 2001
From: Onni Roivas <ab0410@student.jamk.fi>
Date: Mon, 16 Jan 2023 22:47:01 +0200
Subject: [PATCH] update index

---
 index.html | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 8332b02..1128752 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>
-- 
GitLab