forked from omroy07/AgriTech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile_setup.bat
More file actions
25 lines (21 loc) · 743 Bytes
/
Copy pathmobile_setup.bat
File metadata and controls
25 lines (21 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@echo off
echo ========================================
echo AGRI TECH MOBILE RESPONSIVENESS SETUP
echo ========================================
echo Step 1: Adding viewport tags to all HTML files...
call fix_viewport.bat
echo Step 2: Creating mobile CSS files...
echo û mobile-base.css created
echo û responsive.css created
echo û mobile-main.css created
echo Step 3: Creating mobile-optimized pages...
echo û mobile-main.html created
echo û test-mobile.html created
echo ? MOBILE RESPONSIVENESS SETUP COMPLETE!
echo.
echo Next steps:
echo 1. Open test-mobile.html in browser to verify responsiveness
echo 2. Open mobile-main.html to see the new mobile layout
echo 3. Test on actual mobile devices
echo.
pause