forked from seanprashad/leetcode-patterns
- Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 614 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="utf-8" />
<linkrel="icon" href="%PUBLIC_URL%/favicon.ico" />
<metaname="viewport" content="width=device-width, initial-scale=1" />
<metaname="theme-color" content="#000000" />
<meta
name="description"
content="A curated list of leetcode questions grouped by their common patterns"
/>
<linkrel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Leetcode Patterns</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<divid="root"></div>
</body>
</html>