Some cleanup, who knows what
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-09 23:55:03 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-09 23:55:03 +0100 |
| Commit | a89ea86956af39065f6f11023a8fda383956805e (patch) |
|
-rw-r--r-- |
docs/index.html | 25 |
1 files changed, 0 insertions, 25 deletions
| diff --git a/docs/index.html b/docs/index.html | |||
| 1 | <!DOCTYPE html> |
||
| 2 | <html lang="en"> |
||
| 3 | <head> |
||
| 4 | <meta charset="UTF-8"> |
||
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||
| 6 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
||
| 7 | <title>crep - like grep but for code</title> |
||
| 8 | |||
| 9 | <style> |
||
| 10 | body { |
||
| 11 | padding: 2em; |
||
| 12 | background: white; |
||
| 13 | font-family: sans-serif; |
||
| 14 | line-height: 1.4rem; |
||
| 15 | font-size: 16px; |
||
| 16 | } |
||
| 17 | </style> |
||
| 18 | </head> |
||
| 19 | <body> |
||
| 20 | <h1>crep - like grep but for code</h1> |
||
| 21 | <p>Crep allows users to search for specific code, functions, variables, or |
||
| 22 | patterns within their codebase, helping them locate and navigate code |
||
| 23 | quickly.</p> |
||
| 24 | </body> |
||
| 25 | </html> |
||