From 693cf056112805d398daa8edb0e5bac5c22dd579 Mon Sep 17 00:00:00 2001
From: Ethan BROUILLET <ethan.brouillet@ensiie.eu>
Date: Tue, 25 Mar 2025 17:56:37 +0100
Subject: [PATCH] Upload New File

---
 index.html | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 index.html

diff --git a/index.html b/index.html
new file mode 100644
index 0000000..60bc883
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8">
+        <link rel="stylesheet" type="text/css" href="style.css">
+        <title>The Matrix</title>
+    </head>
+<body>
+    <canvas id="c"></canvas>
+    <script src="script.js"></script>
+</body>
+</html>
-- 
GitLab