Commit
·
6d89059
1
Parent(s):
07d7978
Update front page.
Browse files- README.md +3 -2
- index.html +3 -3
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Reachy Mini App
|
3 |
emoji: 📊
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
@@ -7,4 +7,5 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
1 |
---
|
2 |
+
title: Reachy Mini Hand Tracking App
|
3 |
emoji: 📊
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
|
11 |
+
|
index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<head>
|
5 |
<meta charset="utf-8" />
|
6 |
<meta name="viewport" content="width=device-width" />
|
7 |
-
<title>
|
8 |
<link rel="stylesheet" href="style.css" />
|
9 |
</head>
|
10 |
|
@@ -12,8 +12,8 @@
|
|
12 |
<div class="hero">
|
13 |
<div class="hero-content">
|
14 |
<div class="app-icon">🤖⚡</div>
|
15 |
-
<h1>
|
16 |
-
<p class="tagline">
|
17 |
</div>
|
18 |
</div>
|
19 |
|
|
|
4 |
<head>
|
5 |
<meta charset="utf-8" />
|
6 |
<meta name="viewport" content="width=device-width" />
|
7 |
+
<title>Reachy Mini Hand Tracking App</title>
|
8 |
<link rel="stylesheet" href="style.css" />
|
9 |
</head>
|
10 |
|
|
|
12 |
<div class="hero">
|
13 |
<div class="hero-content">
|
14 |
<div class="app-icon">🤖⚡</div>
|
15 |
+
<h1>Reachy Mini Hand Tracking App</h1>
|
16 |
+
<p class="tagline">Make Reachy Mini follow your hand!</p>
|
17 |
</div>
|
18 |
</div>
|
19 |
|