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.
29 lines (20 loc) • 1.14 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">
<!-- ./resources/ points to uibuilder FE resources such as images, brand css, uib-router, etc -->
<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" title="light">
<link rel="stylesheet alternative" type="text/css" href="./.config/docsify-themeable/dist/css/theme-simple-dark.css" title="dark">
<link rel="stylesheet" type="text/css" href="./.config/index.css">
<script defer src="./.config/index.js">/* JS and CSS now split into separate files */</script>
<script defer src="./.config/app.js">/* Local bundle of docsify and plugins */</script>
</head>
<body>
<div id="app">Loading ...</div>
</body>
</html>