Page not found (404)

Request Method: GET
Request URL: https://holleyandsteer.co.uk/index.html

Using the URLconf defined in holleyandsteer.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. [name='main']
  3. services/ [name='services']
  4. contact-us/ [name='contact-us']
  5. review/ [name='review']
  6. news/ [name='news']
  7. join-us/ [name='joinUs']
  8. meet-the-team/ [name='meet-the-team']
  9. instant-estimate/ [name='instant-estimate']
  10. about/ [name='about']
  11. sign-in/ [name='sign-in']
  12. contact/ [name='contact']
  13. news1/ [name='news1']
  14. news3/ [name='news3']
  15. news2/ [name='news2']
  16. ResidentialConveyancing/ [name='ResidentialConveyancing']
  17. CommercialProperty/ [name='CommercialProperty']
  18. AgriculturalLandTransactions/ [name='AgriculturalLandTransactions']
  19. wills/ [name='wills']
  20. ProbateEstateAdministration/ [name='ProbateEstateAdministration']
  21. LastingPowerOfAttorney/ [name='LastingPowerOfAttorney']

The current path, index.html, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.