From 69d97d4aeb9a2b86055af210fa4c6d903b13fe7a Mon Sep 17 00:00:00 2001
From: pablomartin11 <pablo.martin.benito@estudiantes.uva.es>
Date: Wed, 11 Dec 2024 16:43:32 +0100
Subject: [PATCH] cambios

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

diff --git a/index.html b/index.html
new file mode 100644
index 0000000..624cd5f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="refresh" content="0; url=/src/clasificacion/clasificacion.html">
+    <title>Redirigiendo...</title>
+</head>
+<body>
+    <p>Si no eres redirigido automáticamente, <a href="clasificacion/index.html">haz clic aquí</a>.</p>
+</body>
+</html>
\ No newline at end of file
-- 
GitLab