From 662a0b29db5c81c8fd39bfcb01d8c344be38ff59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rebecca=20M=C3=BCller?= <rebecca.mueller@student.reutlingen-university.de> Date: Tue, 2 Apr 2024 18:52:11 +0000 Subject: [PATCH] Update index.html --- index.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b6c5b56..af04a38 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 -- GitLab