Requirements: Server - suwebdev/purple-haze GitHub Wiki

Requirement Set Name: Server

Description:

In order to deploy this site, it must conform to the requirements for our static web server.

Requirements

  • Each page of the site must be a standalone HTML page.
  • All links must be relative to the location of the current page because the site may be deployed in a subdirectory on the server.
  • No includes or dynamic server-side scripts can be used.