Spaces:
Running
Running
Update index.html
Browse files- index.html +14 -2
index.html
CHANGED
@@ -9,7 +9,10 @@
|
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
<header>
|
12 |
-
<
|
|
|
|
|
|
|
13 |
<p>Your AI-powered assistant for in-depth research and analysis.</p>
|
14 |
</header>
|
15 |
|
@@ -50,7 +53,16 @@
|
|
50 |
</main>
|
51 |
|
52 |
<footer>
|
53 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
</footer>
|
55 |
</div>
|
56 |
|
|
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
<header>
|
12 |
+
<div class="header-content">
|
13 |
+
<div class="logo"></div>
|
14 |
+
<h1>CTM Research Agent</h1>
|
15 |
+
</div>
|
16 |
<p>Your AI-powered assistant for in-depth research and analysis.</p>
|
17 |
</header>
|
18 |
|
|
|
53 |
</main>
|
54 |
|
55 |
<footer>
|
56 |
+
<div class="footer-links">
|
57 |
+
<h3>Private Channels</h3>
|
58 |
+
<ul>
|
59 |
+
<li><a href="https://t.me/+WZ18gG5c9HExYzUx" target="_blank" rel="noopener noreferrer">Telegram Invite 1</a></li>
|
60 |
+
<li><a href="https://t.me/+tDu-8YgpWPhhM2Fh" target="_blank" rel="noopener noreferrer">Telegram Invite 2</a></li>
|
61 |
+
</ul>
|
62 |
+
</div>
|
63 |
+
<div class="footer-copyright">
|
64 |
+
<p>© 2025 CTM Research</p>
|
65 |
+
</div>
|
66 |
</footer>
|
67 |
</div>
|
68 |
|