summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-09 23:55:03 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-09 23:55:03 +0100
commita89ea86956af39065f6f11023a8fda383956805e (patch)
tree3c8d98d856b9c2645d813a9f4049ab02cc3cb3e9
parentf5ed59a7fc3b66cd9589cd5967cc1ab76f11a465 (diff)
downloadcrep-a89ea86956af39065f6f11023a8fda383956805e.tar.gz
Some cleanup, who knows what
-rw-r--r--docs/index.html25
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>