x x x
x

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<style>
/* :root {
   --primary-font-color: black;
} */
</style>
<div ov-include-files="{{PLATFORM_JS_ASSET_PATH}}/User+Application/html/mainStructure.html"> </div>
<script>
includeFiles().then(() => {
	includeJSFiles().then();
});
</script>

...