-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 1.52 KB
/
Copy pathindex.html
File metadata and controls
17 lines (17 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='43' fill='none' stroke='%23ff8c00' stroke-width='6'/%3E%3Cpath d='M50 25 L22 40 L22 60 L50 75 Z' fill='%23d95400'/%3E%3Cpath d='M50 25 L78 40 L78 60 L50 75 Z' fill='%23ff7a00'/%3E%3Cpath d='M42 42 L34 50 L42 58' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M58 42 L66 50 L58 58' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='47' cy='50' r='1' fill='white'/%3E%3Ccircle cx='50' cy='50' r='1' fill='white'/%3E%3Ccircle cx='53' cy='50' r='1' fill='white'/%3E%3C/svg%3E" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="DSA Mastery Platform — The most structured beginner-to-advanced DSA learning system. 450+ curated problems with pattern-based learning, spaced repetition, and progress tracking." />
<meta name="theme-color" content="#0a0a0f" />
<meta name="google-site-verification" content="_rOjORBHchdJRxa15J4RH-oLD1wwo1mlPOd8bb4OtFQ" />
<title>DSA Mastery — Pattern-Based Interview Preparation</title>
<script src="https://accounts.google.com/gsi/client" async defer></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>