Spaces:
Running
Running
Update index.html
Browse files- index.html +6 -29
index.html
CHANGED
|
@@ -1,34 +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
|
| 7 |
-
<
|
| 8 |
-
<
|
| 9 |
-
:root{--primary:#4137A8;--primary2:#1CADE4;--bg:#F6F8FB;--card:#fff;--text:#1B2559;--muted:#667085;--border:#E5E7EB;}
|
| 10 |
-
body{margin:0;background:var(--bg);color:var(--text);font-family:'Cairo',system-ui}
|
| 11 |
-
.container{max-width:1100px;margin:0 auto;padding:16px}
|
| 12 |
-
.hero{border-radius:16px;padding:24px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid var(--border);box-shadow:0 8px 26px rgba(16,24,40,.06);margin:12px 0}
|
| 13 |
-
h1{margin:0 0 6px 0;font-weight:700;color:var(--primary);font-size:clamp(22px,3vw,32px)}
|
| 14 |
-
.sub{color:var(--muted)} .sub b{color:var(--primary)}
|
| 15 |
-
.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px;box-shadow:0 6px 18px rgba(16,24,40,.05)}
|
| 16 |
-
.btn{display:inline-block;margin-top:10px;padding:12px 18px;border-radius:12px;color:#fff;text-decoration:none;background:linear-gradient(90deg,var(--primary),var(--primary2));font-weight:700}
|
| 17 |
-
.footer{color:var(--muted);text-align:center;margin-top:24px}
|
| 18 |
-
</style>
|
| 19 |
</head>
|
| 20 |
-
<body>
|
| 21 |
-
<div class="container">
|
| 22 |
-
<div class="hero">
|
| 23 |
-
<h1>منصة معالجة التذاكر</h1>
|
| 24 |
-
<div class="sub">تطوير وإعداد — <b>نوف الناصر</b></div>
|
| 25 |
-
</div>
|
| 26 |
-
<div class="card">
|
| 27 |
-
<p>حول رسائل التذاكر إلى جدول مُرتّب ثم صدره إلى Excel فورًا.</p>
|
| 28 |
-
<!-- عدّلي الرابط ليشير لاسم الـGradio بعد إعادة تسميته -->
|
| 29 |
-
<a class="btn" href="https://stat2025-ticket-parser-app.hf.space/">ابدأ الآن</a>
|
| 30 |
-
</div>
|
| 31 |
-
<div class="footer">© اعداد وتصميم الدعم الفني نوف الناصر</div>
|
| 32 |
-
</div>
|
| 33 |
-
</body>
|
| 34 |
</html>
|
|
|
|
| 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>
|