From 1c3c9555c8425751552b7e215fabc9b5372c75c6 Mon Sep 17 00:00:00 2001
From: "Nour, Arezou" <arezou.nour@tugraz.at>
Date: Tue, 3 Dec 2024 11:36:03 +0100
Subject: [PATCH] Delete index.html

---
 file/index.html | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 file/index.html

diff --git a/file/index.html b/file/index.html
deleted file mode 100644
index 52b1428..0000000
--- a/file/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Document</title>
-    <link rel="stylesheet" href="./css/main.css">
-    </head>
-    <body>
-      
-     <div class="parent">
-      <div class="child">
-        <div class="subchild">
-          <div class="sub-subchild">
-          
-        </div>
-      </div>
-     </div>
-  
-    
-    </body>
-  
-  
-
-</html>
\ No newline at end of file
-- 
GitLab