hotmemeh commited on
Commit
fb6f38d
·
verified ·
1 Parent(s): a861793
Files changed (1) hide show
  1. index.html +23 -6
index.html CHANGED
@@ -1,18 +1,35 @@
 
1
  <!doctype html>
2
- <html>
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  </head>
9
  <body>
 
 
10
  <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
  <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
  </p>
17
  </div>
18
  </body>
 
1
+
2
  <!doctype html>
3
+ <html lang="ar" dir="rtl">
4
  <head>
5
  <meta charset="utf-8" />
6
  <meta name="viewport" content="width=device-width" />
7
+ <title>HER - AyvWvlid</title>
8
  <link rel="stylesheet" href="style.css" />
9
+ <style>
10
+ .logo {
11
+ text-align: center;
12
+ font-size: 2.5rem;
13
+ font-weight: bold;
14
+ margin-bottom: 2rem;
15
+ }
16
+ .owner {
17
+ text-align: center;
18
+ font-size: 1.2rem;
19
+ color: #555;
20
+ margin-top: -1.5rem;
21
+ }
22
+ </style>
23
  </head>
24
  <body>
25
+ <div class="logo">HER</div>
26
+ <div class="owner">AyvWvlid</div>
27
  <div class="card">
28
+ <h1>مرحبًا بكم في مساحتي!</h1>
29
+ <p>يمكنك تعديل هذا التطبيق مباشرة عن طريق تحرير ملف <i>index.html</i>.</p>
30
  <p>
31
+ ولا تنسى مراجعة
32
+ <a href="https://huggingface.co/docs/hub/spaces" target="_blank">وثائق Spaces</a>.
33
  </p>
34
  </div>
35
  </body>