-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.44 KB
/
index.html
File metadata and controls
35 lines (30 loc) · 1.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AlphaC007</title>
<!-- Redirect after 60 seconds -->
<meta http-equiv="refresh" content="60; url=https://alphac007.github.io/trump3fight/" />
<meta name="description" content="$TRUMP Path to $100 → $250. AlphaC007 landing page redirecting to Trump3Fight." />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://alphac007.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="AlphaC007" />
<meta property="og:description" content="$TRUMP Path to $100 → $250. Launching soon — redirecting to Trump3Fight." />
<meta property="og:url" content="https://alphac007.github.io/" />
<meta property="og:image" content="https://alphac007.github.io/assets/trump-hero.png" />
<link rel="alternate" type="text/plain" title="LLM Access Contract" href="https://alphac007.github.io/llms.txt" />
<style>
html, body { height: 100%; margin: 0; }
iframe { border: 0; width: 100%; height: 100vh; display: block; }
</style>
</head>
<body>
<iframe title="Coming soon" src="coming-soon.html"></iframe>
<noscript>
<meta http-equiv="refresh" content="0; url=https://alphac007.github.io/trump3fight/" />
<p><a href="https://alphac007.github.io/trump3fight/">Continue to Trump3Fight</a></p>
</noscript>
</body>
</html>