diff options
author | EuAndreh <eu@euandre.org> | 2024-07-22 10:30:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-07-22 10:30:50 -0300 |
commit | 18f730b6352ad347ed67e9b452c6f76ce489dec4 (patch) | |
tree | 0035f9870c3cc7a8687d60cb8f24b2770235e4e5 /src | |
parent | rm tests/lib.sh (diff) | |
download | asami-18f730b6352ad347ed67e9b452c6f76ce489dec4.tar.gz asami-18f730b6352ad347ed67e9b452c6f76ce489dec4.tar.xz |
rm src/web/index.html
Diffstat (limited to 'src')
-rw-r--r-- | src/web/index.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/web/index.html b/src/web/index.html deleted file mode 100644 index 18bd942..0000000 --- a/src/web/index.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>init</title> - </head> - <body> - <p>olar</p> - </body> -</html> |