diff --git a/index.html b/index.html
index b6c5b56b4ae74e6326700c054f91435623184cd6..af04a384bde1e3281d398985a6584be9ab929ceb 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,15 @@
 <!DOCTYPE html>
-
-<head>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="X-UA-Compatible" content="ie=edge">
+    <title>My Website</title>
+    <link rel="stylesheet" href="./style.css">
 	<link href='https://fonts.googleapis.com/css?family=Inter' rel='stylesheet'>
-</head>
+    <link rel="icon" href="./favicon.ico" type="image/x-icon">
+  </head>
+  <body>
 <div class="content">
 	<h1>Gamification in der Fertigung</h1>
 
@@ -492,4 +499,7 @@
 		<div class="svgContainer" id="narrativ">
 		</div>
 
-	</div>
\ No newline at end of file
+	</div>
+	<script src="index.js"></script>
+  </body>
+</html>
\ No newline at end of file