Skip to content

Commit 67297d2

Browse files
Deploy to GitHub pages
0 parents  commit 67297d2

File tree

164 files changed

+89
-0
lines changed

Some content is hidden

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

164 files changed

+89
-0
lines changed

asset-manifest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"files": {
3+
"main.css": "/leetcode-patterns/static/css/main.a6c9b980.css",
4+
"main.js": "/leetcode-patterns/static/js/main.6d55896f.js",
5+
"index.html": "/leetcode-patterns/index.html",
6+
"main.a6c9b980.css.map": "/leetcode-patterns/static/css/main.a6c9b980.css.map",
7+
"main.6d55896f.js.map": "/leetcode-patterns/static/js/main.6d55896f.js.map"
8+
},
9+
"entrypoints": [
10+
"static/css/main.a6c9b980.css",
11+
"static/js/main.6d55896f.js"
12+
]
13+
}

favicon.ico

188 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/leetcode-patterns/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A curated list of leetcode questions grouped by their common patterns"/><link rel="manifest" href="/leetcode-patterns/manifest.json"/><title>Leetcode Patterns</title><script defer="defer" src="/leetcode-patterns/static/js/main.6d55896f.js"></script><link href="/leetcode-patterns/static/css/main.a6c9b980.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "leetcode-patterns",
3+
"name": "Leetcode Patterns",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
}
10+
],
11+
"start_url": ".",
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
15+
}

robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *

static/css/main.a6c9b980.css

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

static/css/main.a6c9b980.css.map

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

static/icons/accenture.png

2.83 KB

static/icons/accolite.png

2.71 KB

static/icons/adobe.png

1.94 KB

0 commit comments

Comments
 (0)