Skip to content

Commit 28c40f4

Browse files
Merge pull request #11 from Sahil-u07/feature/login-and-browse-pages
feat(ui): wire up Browse Models and add login/signup pages
2 parents 62f16cb + e70a0f5 commit 28c40f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1387
-342
lines changed

dist/assets/index-Y4e9xDIP.js

Lines changed: 137 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/index-z8IQpFti.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/image-mockup.png

333 KB
Loading

dist/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>AI Studio Landing Page</title>
8+
<script type="module" crossorigin src="/assets/index-Y4e9xDIP.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-z8IQpFti.css">
10+
</head>
11+
<body>
12+
<div id="root"></div>
13+
</body>
14+
</html>

dist/iotastudiologo.png

16.7 KB
Loading
151 KB
Loading

dist/tool-discovery-flow.png

161 KB
Loading

dist/x-logo.png

101 KB
Loading

0 commit comments

Comments
 (0)