Skip to content

Commit 97f189d

Browse files
committed
Create index.html
1 parent 06ddc6a commit 97f189d

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

docs/index.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>EUC Planet</title>
7+
<meta name="description" content="Open-source Android companion app for the InMotion V14 electric unicycle.">
8+
<style>
9+
body {
10+
margin: 0;
11+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
12+
background: #0d1117;
13+
color: #e6edf3;
14+
line-height: 1.6;
15+
display: flex;
16+
align-items: center;
17+
justify-content: center;
18+
min-height: 100vh;
19+
padding: 24px;
20+
}
21+
.container { max-width: 520px; text-align: center; }
22+
h1 { font-size: 32px; margin: 0 0 12px; font-weight: 600; }
23+
p { color: #8b949e; margin: 0 0 24px; }
24+
a {
25+
display: inline-block;
26+
padding: 10px 20px;
27+
background: #238636;
28+
color: #fff;
29+
text-decoration: none;
30+
border-radius: 6px;
31+
font-weight: 500;
32+
}
33+
a:hover { background: #2ea043; }
34+
</style>
35+
</head>
36+
<body>
37+
<div class="container">
38+
<h1>EUC Planet</h1>
39+
<p>Open-source Android companion app for the InMotion V14 electric unicycle. No subscription, no telemetry.</p>
40+
<a href="https://github.com/eried/eucplanet">View on GitHub</a>
41+
</div>
42+
</body>
43+
</html>

0 commit comments

Comments
 (0)