You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ESGI - Cloud course - Render static app
To do this exercise, you must read carefully the given documentations and rules.
## Rules
- Deploy this static application to Render:
- All assets (including images, styles, scripts, ...) must be accessible properly
- The error page `error/index.html` must be used as 404 default error page
- The route '/esgi' must serve the app main page
- The route '/photo' must temporary redirect to a photo already available on a website of your choice
## Resources
- Documentation:
- https://render.com/docs/static-sites
- https://render.com/docs/redirects-rewrites
## Credits
Base project: https://github.com/cloudacademy/static-website-example# Static2