Update index.html
Browse files- index.html +26 -6
index.html
CHANGED
@@ -20,17 +20,30 @@
|
|
20 |
|
21 |
header {
|
22 |
background-color: #f8f9fa;
|
23 |
-
padding:
|
24 |
-
box-shadow: 0 2px
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
|
27 |
h1 {
|
28 |
-
font-size:
|
29 |
-
margin-bottom: 0.
|
30 |
}
|
31 |
|
32 |
p {
|
33 |
color: #666;
|
|
|
|
|
|
|
|
|
|
|
34 |
}
|
35 |
|
36 |
iframe {
|
@@ -42,8 +55,15 @@
|
|
42 |
</head>
|
43 |
<body>
|
44 |
<header>
|
45 |
-
<
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
</header>
|
48 |
<iframe src="https://eum-lovat.vercel.app" allowfullscreen></iframe>
|
49 |
</body>
|
|
|
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 {
|
|
|
55 |
</head>
|
56 |
<body>
|
57 |
<header>
|
58 |
+
<div class="header-text">
|
59 |
+
<h1>eUM : Open Perflexity</h1>
|
60 |
+
<p>Powered by Vidraft 🏢 Community: <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>
|