-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 1.32 KB
/
index.html
File metadata and controls
25 lines (23 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<link rel="author" type="text/plain" href="humans.txt" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The State of Node-RED's User Experience 2025 - Survey Results</title>
<!-- Primary Meta Tags -->
<meta name="description" content="Discover insights from over 600 Node-RED users worldwide. Explore how the community uses Node-RED, what they love, and their vision for the future of low-code programming.">
<!-- Open Graph / Facebook / LinkedIn / Slack -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://nodered.org/community-survey/">
<meta property="og:title" content="The State of Node-RED's User Experience 2025">
<meta property="og:description" content="Discover insights from over 600 Node-RED users worldwide. Explore how the community uses Node-RED, what they love, and their vision for the future of low-code programming.">
<meta property="og:image" content="https://nodered.org/community-survey/social-preview.png">
<meta property="og:site_name" content="Node-RED">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>