Skip to content

Commit 7e15cc9

Browse files
committed
folder origin
1 parent ca2142e commit 7e15cc9

File tree

6 files changed

+21
-0
lines changed

6 files changed

+21
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitgnore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DS_STORE

index.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="fr">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>EasyChatBot</title>
8+
<!-- Style link -->
9+
<link rel="stylesheet" href="stylesheet/style.css">
10+
<!-- Script ChatBot link -->
11+
<script defer src="script/bot.js"></script>
12+
<script defer src="script/chat.js"></script>
13+
</head>
14+
<body>
15+
16+
17+
18+
19+
</body>
20+
</html>

script/bot.js

Whitespace-only changes.

script/chat.js

Whitespace-only changes.

stylesheet/style.css

Whitespace-only changes.

0 commit comments

Comments
 (0)