Deploy guide
Use this if your hosting provider has a file manager and does not require Git.
Steps
- Download the ZIP package.
- Extract it on your computer and confirm the root folder contains index.html, login.html, the dashboard files, assets/, and docs/.
- Open your hosting control panel and go to File Manager.
- Navigate to the public web root, usually public_html or www.
- Upload the extracted contents of deploy_site/ into that web root.
- Do not upload the parent ZIP folder as a nested directory unless you want the site to live inside a subfolder.
- Confirm index.html is directly inside your web root.
- Visit your domain to verify the homepage loads and links work.
Troubleshooting
- If CSS does not load, check that assets/css/style.css exists relative to the HTML files.
- If images do not load, check that assets/images/ was uploaded too.
- If docs page styling looks broken, confirm the docs/ folder stayed beside assets/.