Skip to content

Commit df2c87a

Browse files
authored
Merge pull request #1 from zumerlab/copilot/add-docs-index-html
Add `docs/index.html` with Zumerlab intro and product overview
2 parents 7f9fb1f + b5b2720 commit df2c87a

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

docs/index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
<meta
7+
name="description"
8+
content="Zumerlab introduction page with a short company description and products: Orbit, Zumly, and Snapdom."
9+
/>
10+
<title>Zumerlab</title>
11+
</head>
12+
<body>
13+
<main>
14+
<h1>Welcome to Zumerlab</h1>
15+
<p>
16+
Zumerlab is a creative software studio focused on building practical
17+
tools and modern web experiences.
18+
</p>
19+
<h2>Products</h2>
20+
<ul>
21+
<li><strong>Orbit</strong> - A platform for structured project workflows.</li>
22+
<li><strong>Zumly</strong> - A framework for dynamic user interfaces.</li>
23+
<li><strong>Snapdom</strong> - A utility for fast DOM snapshots.</li>
24+
</ul>
25+
</main>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)