From a56bd1dea7bed5ee68e269a55cfa5a80f666f093 Mon Sep 17 00:00:00 2001
From: Jonas <jonas.zohren@tu-dortmund.de>
Date: Mon, 8 Mar 2021 13:56:47 +0100
Subject: [PATCH] Rename app title

---
 public/index.html | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/public/index.html b/public/index.html
index 002aa87..bdda1cf 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,17 +1,19 @@
 <!DOCTYPE html>
 <html lang="en">
-  <head>
-    <meta charset="utf-8" />
-    <meta name="viewport" content="width=device-width,initial-scale=1" />
 
-    <title>Svelte app</title>
+<head>
+  <meta charset="utf-8" />
+  <meta name="viewport" content="width=device-width,initial-scale=1" />
 
-    <link rel="icon" type="image/png" href="./favicon.png" />
-    <link rel="stylesheet" href="./global.css" />
-    <link rel="stylesheet" href="./build/bundle.css" />
+  <title>OH14 Workadventure Story</title>
 
-    <script defer src="./build/bundle.js"></script>
-  </head>
+  <link rel="icon" type="image/png" href="./favicon.png" />
+  <link rel="stylesheet" href="./global.css" />
+  <link rel="stylesheet" href="./build/bundle.css" />
 
-  <body></body>
-</html>
+  <script defer src="./build/bundle.js"></script>
+</head>
+
+<body></body>
+
+</html>
\ No newline at end of file
-- 
GitLab