UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

21 lines (15 loc) 867 B
<!DOCTYPE html><html lang="en"><head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width,initial-scale=1'> <title>Simple Svelte Template for uibuilder and Node-RED</title> <meta name="description" content="Node-RED uibuilder - Simple Svelte template"> <link rel='icon' type='image/png' href='./favicon.png'> <!-- Your own CSS (defaults to loading uibuilders css)--> <link rel='stylesheet' href='./global.css'> <link rel='stylesheet' href='./build/bundle.css'> <!-- #region Supporting Scripts. These MUST be in the right order. Note no leading / --> <script defer src="../uibuilder/uibuilder.iife.min.js">/* THE UIBUILDER LIBRARY MUST BE IN THE HTML! DO NOT REMOVE */</script> <script defer src='./build/bundle.js'>/* Your custom code goes in src/, this is built */</script> <!-- #endregion --> </head><body> </body></html>