https://github.com/cable8mm/maintenance
Simple Maintenance Page
https://github.com/cable8mm/maintenance
html-css landing-page maintenance static vanilla
Last synced: 3 months ago
JSON representation
Simple Maintenance Page
- Host: GitHub
- URL: https://github.com/cable8mm/maintenance
- Owner: cable8mm
- License: mit
- Created: 2022-11-30T20:08:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T11:11:18.000Z (over 2 years ago)
- Last Synced: 2025-05-24T20:02:45.649Z (about 1 year ago)
- Topics: html-css, landing-page, maintenance, static, vanilla
- Language: HTML
- Homepage: https://www.palgle.com/maintenance/
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Maintenance
[](https://github.com/cable8mm/maintenance/actions/workflows/update-changelog.yml)




The 'HTML Simple Maintenance Page' is a lightweight maintenance page designed in a simple HTML format, requiring only one file.

## Install
```sh
git clone https://github.com/cable8mm/maintenance.git
```
## Usage
Edit `public/index.html` and upload files in `public` folder.
## Development
Install npm packages:
```sh
npm install
```
And you can create and edit website with hotload.
```sh
npm run dev
```
At last, visit http://localhost:5174/. The port 5174 can be changed as needed. You are free to edit `index.html` and the `maintenance.png` image.
## Test
The website reloads whenever you save `index.html`. Trust your eyes and instincts.
## Deploy
Copy the files located in the `public` folder to the document root in your web server.
While FTP is good, using rsync would upload faster. Additionally, CI/CD is generally the best approach.
## License
The Maintenance is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).