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.
24 lines (17 loc) • 705 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>UIBUILDER Documentation v7</title>
<meta name="description" content="UIBUILDER Documentation v7">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="./images/favicon.ico">
<!-- See src/doc-bundle/build.mjs - npm run buildDocBundle -->
<script defer src="./.config/index.js">/* Config & custom plugins */</script>
<script defer src="./.config/app.js">/* Local bundle of docsify and plugins */</script>
</head>
<body>
<div id="app">Loading ...</div>
<link rel="stylesheet" type="text/css" href="./.config/index.css">
</body>
</html>