x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<div ov-include-js-files="{{PLATFORM_CSS_ASSET_PATH}}/general/login.css" ov-type="css"> </div>

<div id="ov-content"> </div>

<div ov-include-js-files="{{PLATFORM_JS_ASSET_PATH}}/Login/generateLoginUI.js" ov-type="js"> </div>
<div ov-include-js-files="{{PLATFORM_JS_ASSET_PATH}}/Login/login.js" ov-type="js"> </div>



<script>
    
    includeFiles().then(() => {
        includeJsAndCssFiles().then();
    });

</script>