Akarimvand commited on
Commit
da48ca6
·
verified ·
1 Parent(s): 0e7f877

Upload index2.html

Browse files
Files changed (1) hide show
  1. index2.html +70 -0
index2.html ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="fa">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>eUM : اوپن پرفلکسی</title>
7
+ <style>
8
+ * {
9
+ margin: 0;
10
+ padding: 0;
11
+ box-sizing: border-box;
12
+ }
13
+
14
+ body {
15
+ font-family: Arial, sans-serif;
16
+ display: flex;
17
+ flex-direction: column;
18
+ height: 100vh;
19
+ }
20
+
21
+ header {
22
+ background-color: #f8f9fa;
23
+ padding: 0.5rem;
24
+ box-shadow: 0 1px 2px rgba(0,0,0,0.1);
25
+ display: flex;
26
+ align-items: center;
27
+ gap: 1rem;
28
+ font-size: 0.8rem;
29
+ }
30
+
31
+ .header-text {
32
+ flex: 1;
33
+ }
34
+
35
+ h1 {
36
+ font-size: 1rem;
37
+ margin-bottom: 0.25rem;
38
+ }
39
+
40
+ p {
41
+ color: #666;
42
+ font-size: 0.8rem;
43
+ }
44
+
45
+ .visitor-badge {
46
+ margin-right: 0.5rem;
47
+ }
48
+
49
+ iframe {
50
+ flex: 1;
51
+ width: 100%;
52
+ border: none;
53
+ }
54
+ </style>
55
+ </head>
56
+ <body>
57
+ <header>
58
+ <div class="header-text">
59
+ <h1>eUM : اوپن پرفلکسی</h1>
60
+ <p>توسعه یافته توسط ویدرافت 🏢 جامعه: <a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a></p>
61
+ </div>
62
+ <div class="visitor-badge">
63
+ <a href="https://visitorbadge.io/status?path=https%3A%2F%2FVIDraft-eum.hf.space">
64
+ <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2FVIDraft-eum.hf.space&countColor=%23263759" />
65
+ </a>
66
+ </div>
67
+ </header>
68
+ <iframe src="https://eum-lovat.vercel.app" allowfullscreen></iframe>
69
+ </body>
70
+ </html>