Webpage

The webpage is the main entry point of the application. It is defined using the following syntax:

Webpage WebPageName
    author: "Author Name"
    version: "1.0.0"
    description: "Description of the webpage"
    navbar: <ScreenName>, <ScreenName>...
  • author: The author of the webpage
  • version: The version of the webpage
  • description: A description of the webpage
  • navbar: A list of screens to include in the navbar. The screens are separated by commas. The navbar is optional will not be shown if no screens are given.