We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9103a1 commit 22d0642Copy full SHA for 22d0642
.gitignore
@@ -22,6 +22,6 @@ src/resources/assets/assets/*.gz
22
flow.db
23
dialogflow.exe
24
TODO.txt
25
-index.html
+# index.html
26
/data
27
.idea
frontend/index.html
@@ -0,0 +1,18 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+ <meta charset="UTF-8">
6
+ <link rel="icon" href="/favicon.ico">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+ <meta name="keywords" content="dialog-flow,chat-bot,easy-to-build">
9
+ <meta name="description" content="Use nodes as blocks to build a dialog flow in one minute">
10
+ <title>Dialog flow chat bot with intuitive node-based editor.</title>
11
+</head>
12
13
+<body>
14
+ <div id="app"></div>
15
+ <script type="module" src="/src/main.js"></script>
16
+</body>
17
18
+</html>
0 commit comments