privateuserh commited on
Commit
d96d836
·
verified ·
1 Parent(s): 6a711e0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -2
index.html CHANGED
@@ -9,7 +9,10 @@
9
  <body>
10
  <div class="container">
11
  <header>
12
- <h1>CTM Research Agent</h1>
 
 
 
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
- <p>&copy; 2025 Crypto Treasury Management {Research} (SaaS), Joint Venture. All Rights Reserved.</p>
 
 
 
 
 
 
 
 
 
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>&copy; 2025 CTM Research</p>
65
+ </div>
66
  </footer>
67
  </div>
68