🚀 Hotspot Assets Manager

📍 Current Location: /hotspot/assets/
🎯 Purpose: Manage CSS, JavaScript, and Font files for the hotspot login page
🔍

Check Assets

Verify which files are available and which are missing

⬇️

Download Assets

Auto-download all required CSS, JS, and font files

🔄

Regenerate Login

Rebuild the login.html file with latest settings

🌐

View Login Page

Open the hotspot login page in browser

📋 Quick Start Guide

⚠️ First Time Setup: You need to download all asset files before the hotspot will work properly.

Step 1: Download all required assets

php download_assets.php

Or click the "Download Assets" button above

Step 2: Check if all files are available

php check_assets.php

Or click the "Check Assets" button above

Step 3: Generate the login page

cd ..
php download.php

Step 4: Access your hotspot

http://yourdomain.com/demo/hotspot/

📦 Required Files

CSS Files (2)

JavaScript Files (3)

Font Files (5)

🔧 Troubleshooting

Assets not loading?

Fonts not displaying?

💡 Pro Tip: After downloading assets, regenerate login.html to ensure all paths are correct with your domain configuration.