HTMS
  • Start
  • Main
    • Installation
    • Config
    • HTMS Files
  • Functions / Events
    • SLoad Event
    • Update Function
    • RemoveCache Function
  • Concepts
    • Static Vars
    • Shared vars [Dev]
  • Commands
    • Import
    • Inject
    • Replace
    • Module
    • Exp [Dev]
  • Tutorials
    • Start using HTMS
    • Using modules
Powered by GitBook
On this page
  1. Main

Config

To config htms add a htms tag

<htms>
  Settings
</htms>

Each line is a command, lines that start with // will be omitted.

Go to the command category for each option

Example

<htms>
  import "sample" from "/samples.htms"
  inject "Element" with "sample"
</htms>
PreviousInstallationNextHTMS Files

Last updated 5 months ago