diff options
| -rw-r--r-- | .gitignore | 9 | ||||
| -rw-r--r-- | doc_old/getting-started.md (renamed from doc/getting-started.md) | 0 | ||||
| -rw-r--r-- | doc_old/references.md (renamed from doc/references.md) | 0 | ||||
| -rw-r--r-- | website/404.html | 5 | ||||
| -rw-r--r-- | website/index.html | 6 |
5 files changed, 1 insertions, 19 deletions
@@ -33,13 +33,6 @@ /.vscode/ /.idea/ -/dst/ .env .DS_Store -/testdata/dst/ -*.exe -*.o -*.out -*.so -*.a -*.dll +node_modules diff --git a/doc/getting-started.md b/doc_old/getting-started.md index f8cbf8a..f8cbf8a 100644 --- a/doc/getting-started.md +++ b/doc_old/getting-started.md diff --git a/doc/references.md b/doc_old/references.md index ab16245..ab16245 100644 --- a/doc/references.md +++ b/doc_old/references.md diff --git a/website/404.html b/website/404.html deleted file mode 100644 index bc532b9..0000000 --- a/website/404.html +++ /dev/null @@ -1,5 +0,0 @@ -<!DOCTYPE html> -<meta charset="UTF-8"> -<meta name="viewport" content="width=device-width,initial-scale=1"> -<title>SVGU</title> -<p>404. diff --git a/website/index.html b/website/index.html deleted file mode 100644 index a0c8bd1..0000000 --- a/website/index.html +++ /dev/null @@ -1,6 +0,0 @@ -<!DOCTYPE html> -<meta charset="UTF-8"> -<meta http-equiv="refresh" content="0; url=https://github.com/nseezero/svgu"> -<meta name="viewport" content="width=device-width,initial-scale=1"> -<title>SVGU</title> -<p>Redirecting to <a href="https://github.com/nseezero/svgu">here</a>. |
