From 8499ec7f4d83a5daab23a50b49da8205d0731d80 Mon Sep 17 00:00:00 2001 From: Mathias <mathiaao@stud.ntnu.no> Date: Fri, 17 Apr 2020 17:26:05 +0200 Subject: [PATCH] updated --- public/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index 6619c8b..fee38f5 100644 --- a/public/index.html +++ b/public/index.html @@ -1,9 +1,9 @@ <!DOCTYPE html> <html> - <head> - <meta charset="UTF-8" /> - </head> - <body> - This is App - </body> -</html> +<head> + <meta charset="UTF-8" /> +</head> +<body> +This is App updated +</body> +</html \ No newline at end of file -- GitLab