File: /home/maintenance.dakarash.co.id/public_html/README.md
# Maintenance Page — Full Height + Sticky Footer + Centered Logo + WhatsApp + Social Icons
**What you get**
- Full-height layout (100% viewport), footer sticks to the bottom.
- Header logo centered.
- Responsive grid content.
- Floating WhatsApp button.
- Footer with centered Instagram, LinkedIn, Twitter icons.
**How to use**
1) Upload all files to `/home/temp.dakarash.co.id/public_html/`.
2) Edit WhatsApp link in `index.html`: replace `6281234567890` with your number (no `+`).
3) Replace social links in the footer with your real URLs.
4) Optional: change background to an image by replacing the `body` background with:
```css
body{
background: url("assets/background.jpg") no-repeat center center fixed;
background-size: cover;
}
```
and upload `assets/background.jpg`.