A simple website that automatically downloads files and redirects to xmenu.dev.
When you visit this website, it will:
- Automatically prompt to download all files from the
files/folder - Immediately redirect you to https://xmenu.dev
To add files for download:
- Place your files in the
files/directory - Update the
filesToDownloadarray inindex.htmlto include the new file paths
.
├── index.html # Main HTML page with download and redirect logic
├── files/ # Directory containing files to be downloaded
│ ├── example.txt # Example file
│ ├── sample.txt # Sample file
│ └── README.md # Instructions for adding files
└── README.md # This file
Simply open index.html in a web browser or host it on a web server. The files will be downloaded and the redirect will happen automatically.