-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (56 loc) · 2.65 KB
/
Copy pathindex.html
File metadata and controls
66 lines (56 loc) · 2.65 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
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Back Elon - Support Innovation</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; padding: 20px; background-color: #f4f4f9; color: #333; }
header { text-align: center; padding: 20px 0; background-color: #000; color: #fff; }
h1 { margin: 0; }
.content { max-width: 800px; margin: 20px auto; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.section { margin-bottom: 20px; }
.donate-button { display: block; text-align: center; background-color: #0078FF; color: #fff; padding: 10px 20px; border-radius: 4px; text-decoration: none; margin-top: 20px; }
.donate-button:hover { background-color: #005ecb; }
.elon-image { display: block; margin: 20px auto; max-width: 100%; border-radius: 8px; }
.nav { margin-top: 20px; }
.nav button { padding: 10px 20px; margin: 5px; cursor: pointer; }
footer { text-align: center; padding: 10px 0; background-color: #000; color: #fff; margin-top: 20px; }
</style>
</head>
<body>
<div class="content">
<header>
<h1>Back Elon</h1>
<p>Supporting Innovation, Progress, and Vision</p>
</header>
<div class="nav">
<center>
<button onclick="window.location.href='index.html'">Home</button>
<button onclick="window.location.href='about.html'">About</button>
<!--
<button onclick="window.location.href='donate.html'">Donate</button>
-->
<a href="mailto:contact@backelon.com"><button onclick="window.location.href='#'">Contact</button></a>
</center>
</div>
</div>
<div class="content">
<img src="elonmusk.jpg" alt="Elon Musk" width=300 class="elon-image">
<div class="section">
<h2>How to Support Elon Musk</h2>
<p>Elon Musk has revolutionized industries like space travel, electric vehicles, and sustainable energy. To support his vision:</p>
<ul>
<li>Buy Tesla vehicles and solar products.</li>
<li>Invest in SpaceX's Starlink for global internet access.</li>
<li>Advocate for open-source initiatives like Neuralink and OpenAI.</li>
<li>Engage with Musk's social media updates and spread awareness.</li>
</ul>
</div>
</div>
</div>
<footer>
© 2025 BackElon.com | Inspiring the Future
</footer>
</body>
</html>