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.
28 lines (21 loc) • 1.13 kB
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">
<link rel="stylesheet" type="text/css" href="./.config/docsify-darklight-theme/dist/docsify-themeable/style.min.css">
<!-- <link rel="stylesheet" type="text/css" href="./.config/docsify-themeable/dist/css/theme-simple.css"> -->
<link rel="stylesheet" type="text/css" href="./.config/docsify-themeable/dist/css/theme-simple-dark.css">
<link rel="stylesheet" type="text/css" href="./.config/index.css">
<!-- See src/doc-bundle/build.mjs - npm run buildDocBundle -->
<script defer src="./.config/mermaid.js">/* Local load of mermaid */</script>
<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>
</body>
</html>