-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (37 loc) · 1.28 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>shashaBot AMA</title>
<link rel="stylesheet" href="./assets/css/main.css">
</head>
<body>
<div class="main">
<div class="heading">
<h1>
SHASHABOT
</h1>
<div>
<span class="typewrite" data-period="2000" data-type='[ "Hi! I am shashaBot.", "You can ask me anything.", "Except of course my private info.", "Hint: say \"help\" to know what I can do." ]'>
<span class="wrap"></span>
</span>
</div>
<div class="chat-container">
Checking dependencies...100%<br>
All systems loaded!<br>
Enter human commands to talk to shashaBot.<br>
</div>
<div class="footer-input">
<input type="text" class="user-input" placeholder="Talk human to me!">
</div>
</div>
</body>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script type="text/javascript" src="./assets/js/agentHandle.js"></script>
<script type="text/javascript" src="./assets/js/typewriter.js"></script>
</html>