diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..fa6b579 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,25 @@ +<!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> |
