docs.roxen.comBack to normal mode
DocsRoxenWebServer 6.1Web Developer ManualProgramming Tags
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<serve-static-resources/>

Provided by module: Tags: Static Resource Server

Specifies a block of tags referring static resources. Wrap this tag around your block of static resource referring tags.

<serve-static-resources> <link rel="stylesheet" href="/index.css"/> <script type="text/javascript" src="/index.js"/> </serve-static-resources>

Note: Only local absolute paths will be processed, i.e. they have to begin with a '/'.