diff options
| author | jerome <jerome@xlinfo.fr> | 2023-12-18 00:02:09 +0100 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-12-18 00:02:09 +0100 |
| commit | a1203ccb343703ba5ae522254f75b6384a1831a7 (patch) | |
| tree | c54e1e6cf0da29170419b2fd9880ff6dcea28742 /html/index.html | |
| download | python-a1203ccb343703ba5ae522254f75b6384a1831a7.tar.gz python-a1203ccb343703ba5ae522254f75b6384a1831a7.zip | |
depĂ´t initial
Diffstat (limited to 'html/index.html')
| -rw-r--r-- | html/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..ac28908 --- /dev/null +++ b/html/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE> +<html lang="en"> +<head> +<title>redirection</title> +<meta http-equiv="refresh" content="0;url=/cgi-bin/webshell.cgi" /> +</head> + +<body> + +</body> + +</html> |
