diff options
| -rw-r--r-- | docs/index.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index fa6b579..0000000 --- a/docs/index.html +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <title>crep - like grep but for code</title> - - <style> - body { - padding: 2em; - background: white; - font-family: sans-serif; - line-height: 1.4rem; - font-size: 16px; - } - </style> - </head> - <body> - <h1>crep - like grep but for code</h1> - <p>Crep allows users to search for specific code, functions, variables, or - patterns within their codebase, helping them locate and navigate code - quickly.</p> - </body> -</html> |
