diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 616b29ff46fdefb329e108bf33dab0b84a2840ed..1f284fcc26ca53296a9e51278ee499321b5170a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ build:
     - gradle -Pci=gitlab build
   artifacts:
     paths:
-    - public/slides
+    - public
 
 pages:
   script:
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..18f38a78087e30e1d06220cfe2f76f501faf2ae8
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,13 @@
+<html>
+ <head>
+   <title>Home</title>
+ </head>
+ <body>
+   <h1>Oversikt over lysark</h1>
+
+   <ul>
+       <li><a href="slides/revealjs/01-course-intro.html">Introduksjon til emnet</a></li>
+   </ul>
+ </body>
+ </html>
+ 
\ No newline at end of file