Skip to content

Commit 22d0642

Browse files
committed
Replenished lost index.html file.
1 parent e9103a1 commit 22d0642

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ src/resources/assets/assets/*.gz
2222
flow.db
2323
dialogflow.exe
2424
TODO.txt
25-
index.html
25+
# index.html
2626
/data
2727
.idea

frontend/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)