-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (51 loc) · 1.91 KB
/
index.html
File metadata and controls
54 lines (51 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>MONEY.AI – Financial Education + AI</title>
<link rel="stylesheet" href="style.css">
<meta name="description" content="MONEY.AI combines financial education with AI-powered learning tools.">
<meta property="og:title" content="MONEY.AI">
<meta property="og:description" content="Financial education + AI.">
<meta property="og:image" content="assets/logo.png">
<meta name="theme-color" content="#0a0a0a">
</head>
<body>
<div class="container">
<!-- NAV -->
<div class="nav">
<div style="display:flex;align-items:center;gap:12px">
<img src="assets/logo.png" alt="MONEY.AI logo">
<div class="meta">Financial Education × Artificial Intelligence</div>
</div>
<div>
<a class="btn" href="index.html">Home</a>
<a class="btn" style="margin-left:8px" href="demo.html">Demo</a>
<a class="btn" style="margin-left:8px" href="terms.html">Terms</a>
<a class="btn" style="margin-left:8px" href="privacy.html">Privacy</a>
</div>
</div>
<!-- HERO -->
<section class="hero">
<h1>MONEY.AI</h1>
<p>Learn smarter money skills with AI-powered lessons, summaries, and tools. Built for creators and learners who want clear, actionable knowledge.</p>
<p class="meta">This site is a lightweight landing for TikTok Developer verification and public legal documents.</p>
</section>
<!-- FEATURES -->
<div class="card">
<h2>What you get</h2>
<ul>
<li>Short, practical lessons on financial literacy</li>
<li>AI-assisted explanations and examples</li>
<li>Resources to help you make informed decisions</li>
</ul>
</div>
<!-- FOOTER -->
<div class="footer">
© 2025 MONEY.AI • <span class="meta">Contact:
<a href="mailto:support@moneyai.app">support@moneyai.app</a></span>
</div>
</div>
</body>
</html>