Freamee 0 Posted November 6 How can i "import" this css/html template. Just want to use it as cool notification box. https://codepen.io/veronicadev/pen/LrZaov Share this post Link to post Share on other sites
Division 2 Posted November 8 there is basically no "import". Put your css/html files anywhere beneath "client_packages" and call it via JavaScript like mp.browsers.new('package://{myFolderInClientPackages}/myHtmlFile.html'); If you want to know more about that search for CEF Share this post Link to post Share on other sites