mkdir -p boot echo "Boot successful." > boot/index.html git add . git commit -m "Add /boot route" git push