Spaces:
Running
Running
Upload index.html
Browse files- index.html +11 -0
index.html
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!doctype html>
|
| 2 |
+
<html lang="ar" dir="rtl">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8"/>
|
| 5 |
+
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
| 6 |
+
<title>Ticket Parser</title>
|
| 7 |
+
<meta http-equiv="refresh" content="0; URL=https://stat2025-ticket-parser-app.hf.space/">
|
| 8 |
+
<script>location.replace("https://stat2025-ticket-parser-app.hf.space/");</script>
|
| 9 |
+
</head>
|
| 10 |
+
<body></body>
|
| 11 |
+
</html>
|