Skip to content

Commit b2fd093

Browse files
add index.html
1 parent b0399cc commit b2fd093

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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.0">
6+
<title>activeloop-helm-charts</title>
7+
<style>
8+
body {
9+
font-family: Arial, sans-serif;
10+
margin: 2em;
11+
background: #fff;
12+
color: #222;
13+
text-align: center;
14+
}
15+
.logo { max-width: 200px; margin-bottom: 2em; }
16+
pre {
17+
background: #f4f4f4;
18+
padding: 1em;
19+
border-radius: 6px;
20+
display: inline-block;
21+
text-align: left;
22+
}
23+
code { font-family: monospace; }
24+
h1 { margin-top: 0; }
25+
</style>
26+
</head>
27+
<body>
28+
<img src="https://imagedelivery.net/T2zM9SzPdLY-ea10ennyfw/28727e04-4ec9-41dc-dcd7-f527d7fc4500/public" alt="Activeloop Logo" class="logo" />
29+
<h1>Activeloop Helm Charts</h1>
30+
<pre><code>helm repo add activeloop https://charts.activeloop.ai
31+
helm repo update activeloop</code></pre>
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)