Skip to content

Commit 98148ff

Browse files
DeepCodeWorkclaude
andcommitted
Add favicon, richer title, and mobile viewport meta
- Inline SVG favicon (data URI): dark code-pane tile, monospace D + teal cursor bar — the masthead identity at 16px - Title: "DSA Pattern Lab · FAANG Prep"; description + theme-color meta - viewport meta was missing on the Pages deployment (the artifact wrapper had been providing it) — phones now render responsively Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent cd56723 commit 98148ff

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
<title>DSA Pattern Lab</title>
1+
<title>DSA Pattern Lab · FAANG Prep</title>
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, initial-scale=1">
4+
<meta name="description" content="Interactive FAANG interview prep: 25 DSA patterns with derivations, step-through trace players, flashcards, a spaced-repetition ladder, and a journal.">
5+
<meta name="theme-color" content="#0E1613">
6+
<link rel="icon" href="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3Crect%20width='64'%20height='64'%20rx='12'%20fill='%230E1613'/%3E%3Crect%20x='5.5'%20y='5.5'%20width='53'%20height='53'%20rx='9'%20fill='none'%20stroke='%233FBFAB'%20stroke-opacity='0.35'%20stroke-width='2'/%3E%3Ctext%20x='12'%20y='47'%20font-family='Menlo,monospace'%20font-size='40'%20font-weight='bold'%20fill='%23E2E9E4'%3ED%3C/text%3E%3Crect%20x='40'%20y='15'%20width='9'%20height='36'%20fill='%233FBFAB'/%3E%3C/svg%3E">
27
<style>
38
/* ============ tokens ============ */
49
:root {

0 commit comments

Comments
 (0)