|
1 | | -<!DOCTYPE html> |
2 | | -<html lang="en" data-theme="light"> |
3 | | - |
4 | | -<head> |
5 | | - <title>LeetCode Cheatsheet</title> |
6 | | - <meta charset="utf-8"> |
7 | | - <meta name="description" content="LeetCode Cheatsheet" /> |
8 | | - <meta name="viewport" content="initial-scale=1, width=device-width" /> |
9 | | - |
10 | | - <meta property="og:site_name" content="LeetCode Cheatsheet" /> |
11 | | - <meta property="og:title" content="LeetCode Cheatsheet" /> |
12 | | - <meta property="og:description" content="lol algorithms" /> |
13 | | - <meta property="og:image" content="https://jwl-7.github.io/leetcode-cheatsheet/favicon/android-chrome-512x512.png" /> |
14 | | - <meta property="og:url" content="https://jwl-7.github.io/leetcode-cheatsheet/" /> |
15 | | - |
16 | | - <link rel="apple-touch-icon" sizes="180x180" href="https://jwl-7.github.io/leetcode-cheatsheet/favicon/apple-touch-icon.png"> |
17 | | - <link rel="icon" type="image/png" sizes="32x32" href="https://jwl-7.github.io/leetcode-cheatsheet/favicon/favicon-32x32.png"> |
18 | | - <link rel="icon" type="image/png" sizes="16x16" href="https://jwl-7.github.io/leetcode-cheatsheet/favicon/favicon-16x16.png"> |
19 | | - <link rel="manifest" href="https://jwl-7.github.io/leetcode-cheatsheet/favicon/site.webmanifest"> |
20 | | - |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en" data-theme="light"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <title>LeetCode Cheatsheet</title> |
| 6 | + <meta charset="utf-8"> |
| 7 | + <meta name="description" content="LeetCode Cheatsheet" /> |
| 8 | + <meta name="viewport" content="initial-scale=1, width=device-width" /> |
| 9 | + |
| 10 | + <meta property="og:site_name" content="LeetCode Cheatsheet" /> |
| 11 | + <meta property="og:title" content="LeetCode Cheatsheet" /> |
| 12 | + <meta property="og:description" content="lol algorithms" /> |
| 13 | + <meta property="og:image" content="/leetcode-cheatsheet/favicon/android-chrome-512x512.png" /> |
| 14 | + <meta property="og:url" content="/leetcode-cheatsheet/" /> |
| 15 | + |
| 16 | + <link rel="apple-touch-icon" sizes="180x180" href="/leetcode-cheatsheet/favicon/apple-touch-icon.png"> |
| 17 | + <link rel="icon" type="image/png" sizes="32x32" href="/leetcode-cheatsheet/favicon/favicon-32x32.png"> |
| 18 | + <link rel="icon" type="image/png" sizes="16x16" href="/leetcode-cheatsheet/favicon/favicon-16x16.png"> |
| 19 | + <link rel="manifest" href="/leetcode-cheatsheet/favicon/site.webmanifest"> |
| 20 | + |
21 | 21 | <style> |
22 | 22 | :root { |
23 | 23 | /* --initial-background-color: #2c292d; */ |
|
113 | 113 | transform: translateX(calc(-1 * (var(--pacman-size) * 2.5))); |
114 | 114 | } |
115 | 115 | } |
116 | | - </style> |
117 | | - <script type="module" crossorigin src="https://jwl-7.github.io/leetcode-cheatsheet/assets/index-CCPfFMQM.js"></script> |
118 | | - <link rel="stylesheet" crossorigin href="https://jwl-7.github.io/leetcode-cheatsheet/assets/index-DqUlzqnG.css"> |
119 | | -</head> |
120 | | - |
121 | | -<body> |
122 | | - <noscript>You need to enable JavaScript to run this app.</noscript> |
123 | | - <div id="root"> |
124 | | - <div class="pacman-loader"> |
125 | | - <div></div> |
126 | | - <div></div> |
127 | | - <div></div> |
128 | | - <div></div> |
129 | | - <div></div> |
130 | | - </div> |
131 | | - </div> |
132 | | -</body> |
133 | | - |
134 | | -</html> |
| 116 | + </style> |
| 117 | + <script type="module" crossorigin src="/leetcode-cheatsheet/assets/index-BEF-2Ud7.js"></script> |
| 118 | + <link rel="stylesheet" crossorigin href="/leetcode-cheatsheet/assets/index-or45TzHb.css"> |
| 119 | +</head> |
| 120 | + |
| 121 | +<body> |
| 122 | + <noscript>You need to enable JavaScript to run this app.</noscript> |
| 123 | + <div id="root"> |
| 124 | + <div class="pacman-loader"> |
| 125 | + <div></div> |
| 126 | + <div></div> |
| 127 | + <div></div> |
| 128 | + <div></div> |
| 129 | + <div></div> |
| 130 | + </div> |
| 131 | + </div> |
| 132 | +</body> |
| 133 | + |
| 134 | +</html> |
0 commit comments