Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions web-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="color-scheme" content="light dark" />
<meta name="description" content="LeetTutor is Tony's browser-hosted JARVIS interview learning workspace." />
<meta property="og:site_name" content="Tony Tan · Interactive Projects" />
<meta property="og:title" content="LeetTutor · JARVIS interview workspace" />
<meta property="og:description" content="Practice LeetCode and system design with a browser IDE, local execution, progress tracking, and a floating JARVIS tutor connected directly to your model." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tonytan.me/leetcode/" />
<meta property="og:image" content="https://tonytan.me/leetcode/share-card.jpg" />
<meta property="og:image:secure_url" content="https://tonytan.me/leetcode/share-card.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="LeetTutor coding workspace with a floating local JARVIS tutor" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="LeetTutor · JARVIS interview workspace" />
<meta name="twitter:description" content="A browser-hosted interview workspace that connects directly to your local or cloud model." />
<meta name="twitter:image" content="https://tonytan.me/leetcode/share-card.jpg" />
<link rel="canonical" href="https://tonytan.me/leetcode/" />
<link rel="image_src" href="https://tonytan.me/leetcode/share-card.jpg" />
<title>LeetTutor — JARVIS Learning System</title>
<link rel="stylesheet" href="./styles.css" />
<script type="module" src="./app.js"></script>
Expand Down
Binary file added web-demo/share-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.