From b6d6198b34032120bdb78d21958cbcb6453aeb02 Mon Sep 17 00:00:00 2001 From: surkat <surya.kathayat@signicat.com> Date: Sun, 26 Nov 2023 00:19:32 +0100 Subject: [PATCH] Added an index.html file in pages --- page/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page/index.html b/page/index.html index fc1733e6..3fed321b 100644 --- a/page/index.html +++ b/page/index.html @@ -5,7 +5,7 @@ <title>Gitlab Page for my repository!</title> </head> <body> -<a href="https://surya.pages.stud.idi.ntnu.no/idatt1002/apidocs/">Java-docs</a> -<a href="https://surya.pages.stud.idi.ntnu.no/idatt1002/coverage-reports/index.html">Coverage reports</a> +<p><a href="https://surya.pages.stud.idi.ntnu.no/idatt1002/apidocs/">Java-docs</a></p> +<p><a href="https://surya.pages.stud.idi.ntnu.no/idatt1002/coverage-reports/index.html">Coverage reports</a></p> </body> </html> \ No newline at end of file -- GitLab